@charset "UTF-8";

body {
  min-width: 1355px;
  background: #eeeeee;
  color: #363636;
  letter-spacing: 0.08em;
  font-size: 15px;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0.08em;
}
p {
  letter-spacing: .18em;
  line-height: 1.6;
}
p.eng {
  font-family: 'Barlow', sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
  color: #d17a24;
}
a:hover {
  opacity: .8;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
h1 {
  font-size: 12px;
  margin: 0;
}
h2 {
  font-family: 'Dosis', 'meiryo', 'メイリオ', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: .16em;
  margin-bottom: 50px;
}
h2 span {
  font-size: 13px;
  letter-spacing: .14em;
}

#header {
  background: url(../images/header-line-bg.jpg) top left repeat-x #eee;
  padding-top: 13px;
}
#header-inner {
  width: 100%;
  height: 86px;
  background-color: #eee;
}
#header .inner {
  overflow: hidden;
}
#header h1 {
  margin: 0;
  text-align: right;
}
#header-logo {
  float: left;
  width: 350px;
  height: 41px;
  text-align: left;
  padding: 0;
  margin: 7px 0 25px 0;
}
#global-nav {
  float: right;
  width: 620px;
  height: 41px;
  text-align: right;
}
ul#global-nav {
  margin: 0 auto;
  padding: 0 0 14px 0;
  text-align: center;
  list-style: none;
}
ul#global-nav li {
  text-align: center;
  display: inline-block;
  font-size: 1.04em;
  line-height: 1.1em;
  letter-spacing: .19em;
  padding: 6px 15px 6px 0;
  background: url(../images/menu-bg.png) center right no-repeat;
}
ul#global-nav li:first-child {
  background-image: url(../images/menu-bg.png), url(../images/menu-bg.png);
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
  padding: 6px 15px 6px 15px;
}
ul#global-nav li a {
  display: block;
  color: #2d2d2d;
  font-weight: bold;
  padding: 15px 30px;
}
ul#global-nav li a span {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: .06em;
  font-family: 'Barlow', sans-serif;
}
ul#global-nav li a:hover {
  color: #d17a24;
}
ul#global-nav li a.hover {
  color: #d17a24;
}

#view {
  padding: 10px 0 0 0;
  height: 320px;
  background: pink;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1) inset;
}
#view h2 {
  margin-top: 70px;
  text-align: center;
  font-size: 24px;
  text-shadow: 0 0 5px rgba(0, 0, 0, .9);
  color: #fff;
}
#view h2 span {
  font-size: 16px;
}
#breadcrumbs {
  width: 1200px;
  margin: 0 auto;
}
#breadcrumbs ul {
  padding: 0;
  list-style: none;
}
#breadcrumbs li {
  display: inline;
  font-size: 11px;
  color: #fff;
}
#breadcrumbs li:after {
  content: '＞';
  margin-left: 10px;
}
#breadcrumbs li:last-child:after {
  content: none;
}
#breadcrumbs li a {
  color: #fff;
  text-decoration: underline;
}
.gray ul#breadcrumbs li,
.gray ul#breadcrumbs li a {
  color: #666;
}

#contents .inner {
  margin-top: -130px;
  background: #fff;
}

#footer {
  background: #505050;
  color: #dfdfdf;
  margin: 0;
  height: auto;
  padding: 40px 0 0 0;
  text-align: center;
  font-size: 12px;
}
#footer a {
  color: #dfdfdf;
}
p.f-btn {
  margin: 50px 0;
  font-size: 12px;
}
p.f-btn a {
  background: #505050;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  padding: 15px 30px 15px 140px;
  margin: 10px 20px;
  color: #fff;
}
a#f-key {
  background: url(../images/i-key-3.jpg) center left no-repeat;
}
a#f-qa {
  background: url(../images/i-faq-2.png) center left no-repeat;
}
#footer ul li {
  display: inline;
  padding: 0 28px;
  border-right: 2px solid #454545;
}
#footer ul li:first-child {
  border-left: 2px solid #454545;
}
ul#footer-nav {
  padding: 30px 0 30px 0;
}
a#map {
  background: #323232;
  padding: 0px 5px 0px 7px;
  margin-left: 5px;
}
#copyright {
  padding: 10px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .5)inset;
  color: #908f8f;
  font-size: 10px;
  height: 50px;
}
#copyright a {
  color: #908f8f;
  font-size: 10px;
}

#page-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 30px;
}
#page-top a {
  display: block;
}
#page-top a:hover {
  opacity: 0.8;
}
p.btn {
  font-size: 16px;
}
p.btn a {
  padding: 13px 50px;
  background: #ee943b;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

/* PC・スマホ表示調整 */
br.pc_none {
  display: none;
}
span.sp_none {
  display: inline-block;
}


@media screen and (max-width:768px) {
  body {
    min-width: auto;
  }
  p {
    letter-spacing: .14em;
    line-height: 1.8;
  }
  .inner {
    width: 94%;
    margin: 0 auto;
  }
  br.pc_none {
    display: block;
  }
  span.sp_none {
    display: none;
  }
  /* パンくず */
  #breadcrumbs {
    width: 94%;
    padding: 0;
  }

  /* ヘッダー・PCメニュー非表示 */
  #global-nav {
    display: none;
  }
  #header-inner {
    height: auto;
  }
  h1 {
    font-size: 10px;
  }
  #header-logo {
    margin: 20px 0 10px 0;
  }
  #header-logo img {
    width: 260px;
    height: auto;
    margin: 0;
  }

  /* フッター */
  #footer {
    width: 100%;
  }
  #footer-nav {
    width: 100%;
    padding: 30px 0 30px 0;
  }
  #footer p img {
    width: 200px;
    height: auto;
  }
  #footer ul li {
    display: block;
    padding: 10px;
    border-right: none;
  }
  #footer ul li a {
    padding: 10px 20px;
  }
  #footer ul li:first-child {
    border-left: none;
  }
  #copyright {
    padding: 10px 0;
    color: #908f8f;
    font-size: 9px;
    height: auto;
  }




}