@charset "UTF-8";
/* --------------------------------------------------- */
/* reset */
/* --------------------------------------------------- */
.an1-fadein {
  animation-name: fadein;
  animation-timing-function: ease-out;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}
.gray {
color: #606060;
}
.yellow {
  color: #FFD600;
}
.orange {
  color: #e49234;
}
.red {
  color: #FF4100;
}
.white {
  color: #b0b3b1;
}
.green {
  color: #6ec3be;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.strong {
  font-weight: bold;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 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, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
}
a {
  text-decoration: none;
}
body {overflow-x: hidden;}
/* side */
/* -------------------------------------------------- */
.side01 {
  font-size: 0.6rem;
}
.side02 {
  font-size: 0.6rem;
}
#side {
  list-style: none;
  color: #e6e6e6;
}
#side li:nth-of-type(1) {
  position: fixed;
  display: block;
  width: 350px;
  height: 1em;
  top: 50%;
  left: -150px;
  white-space: nowrap;
  text-align: center;
  transform: rotate(90deg);
  transform-origin: center bottom;
  letter-spacing: 2px;
  line-height: 100%;
  z-index: 9000;
}
#side li:nth-of-type(2) {
  position: fixed;
  display: block;
  width: 350px;
  height: 1em;
  top: 55%;
  right: -150px;
  white-space: nowrap;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: center bottom;
  letter-spacing: 2px;
  line-height: 100%;
  z-index: 9000;
}
@media (max-width: 767px) {
  #side {
    display: none;
  }
}
ol, ul {
  list-style: none;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width /***/ : auto; /* for ie8 */
}
.button {
  position: relative;
  display: inline-block;
  padding: .9em 1em;
  border: 2px solid #b0b3b1;
  color: #b0b3b1;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
.button::before, .button::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.button:hover {
  color: #0182bb;
}
.button:hover::before, .button:hover::after {
  width: 100%;
  height: 100%;
}
.button:hover::before {
  border-top-color: #0182bb;
  border-right-color: #0182bb;
  transition: width .2s, height .2s .2s;
}
.button:hover::after {
  border-bottom-color: #0182bb;
  border-left-color: #0182bb;
  transition: height .3s, width .3s .3s;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea, select {
  vertical-align: middle;
}
input[type="submit"] {
  cursor: pointer;
}

/* --------------------------------------------------- */
/* clearfix */
/* --------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* --------------------------------------------------- */
/* list */
/* --------------------------------------------------- */
.list_disc ul {
  width: 90%;
  margin: 0 auto;
}
.list_disc ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 15px 0;
}
.list_latin {}
.list_latin ul {
  width: 95%;
  margin: 0 auto;
}
.list_latin ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 15px 0;
}
.list_decimal ol {
  width: 95%;
  margin: 0 auto;
}
.list_decimal ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 15px 0;
}
.under {
  text-decoration: underline;
}
.em {
  font-style: italic;
}
.copyright {
  color: #b0b3b1;
  text-align: center;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.2em;
  padding: 30px 0;
}
.copy_001 {
  font-size: .8em;
  top: -2px;
  position: relative;
}
.copyright:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.notfound {
  color: #FFFFFF;
}
.pagenavi {
  margin: 0 0 0px 0;
}
.f100 {font-size:100%;}
.f90 {font-size:90%;}
.f80 {font-size:80%;}
.f70 {font-size:70%;}
.f60 {font-size:60%;}
.f50 {font-size:50%;}
.f40 {font-size:40%;}



/* ------------------------------------------------------------------------ ページの先頭に戻る*/
#pageTop {
  position: fixed;
  bottom: 17px;
  right: 0px;
  padding-bottom: 10px;
  z-index: 999999999999999999999999;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding-top: 10px;
  padding-right: 0px;
  width: 250px;
  height: 64px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
    }



