@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
/* remember to define focus styles! */ :focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #0076b8;
  transition: .2s color linear;
}
a:hover {
  color: #3dabe8;
  text-decoration: none;
}
select::-ms-expand {
  display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
body {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
  height: 100%;
}

@font-face {
  font-family: 'OrpheusPro';
  src: url('webfonts/3768DB_0_0.eot');
  src: url('webfonts/3768DB_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/3768DB_0_0.woff2') format('woff2'), url('webfonts/3768DB_0_0.woff') format('woff'), url('webfonts/3768DB_0_0.ttf') format('truetype');
}

img {
  max-width: 100%;
  height: auto;
}
/*--------------------------*/
.footer {
  margin: 0 auto;
  border-top: #999 1px dotted;
  padding: 40px 0px 60px 0px;
  width: 94%
}
a.footer_link {
  color: #333;
  font-size: 15px;
}
a.footer_link {
  color: #000;
  text-decoration: underline;
}
a.footer_link:hover {
	color: #ccc;
cursor: pointer
}

.foot_c {
  padding: 10px 0px 0px 0px;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  font-family: "UniversNextPro-Cond";
}
#b_up {
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 8;
  width: 120px;
  height: 30px;
  margin-left: -250px;
  background-color: #eee;
  opacity: 0;
  -ms-filter: "alpha( opacity=0 )";
}
#b_up_txt {
  margin: 0px auto 0px auto;
  text-align: center;
  padding: 6px 0px 0px 0px;
  font-family: "UniversNextPro-Cond";
  font-size: 100%;
  line-height: 16px;
  font-feature-settings: "palt";
  color: #666;
  text-decoration: none;
}
#b_up_txt:hover {
  color: #000;
}
#b_up:hover {
  background-color: #ddd;
}
.cap {
  margin: 10px 0px 0px 0px;
  font-size: 80%;
  line-height: 16px;
  color: #666
}
.br-sp {
  display: none;
}