@charset "UTF-8";
/* ----------------------------------------
color
---------------------------------------- */
/* red
---------------------------------------- */
/* brown
---------------------------------------- */
/* gray
---------------------------------------- */
/* light_gray
---------------------------------------- */
/* orange
---------------------------------------- */
/* light-orange
---------------------------------------- */
/* light-yellow
---------------------------------------- */
/* light-blue
---------------------------------------- */
/* black
---------------------------------------- */
/* white
---------------------------------------- */
/* ----------------------------------------
media screen
---------------------------------------- */
/* ----------------------------------------
base
---------------------------------------- */
html, body {
  height: 100%;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 137.5%;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}

a {
  color: #e60012;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  /*
      color: $cl_black;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
  */
}

a:focus, *:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, img, a, span, iframe {
  margin: 0;
  padding: 0;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  html, body {
    font-size: 14px;
  }
}
/* ----------------------------------------
wrapper
---------------------------------------- */
.wrapper {
  width: 100%;
  position: relative;
  min-height: 100%;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

@media only screen and (max-width: 960px) {
  .wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
  }
}
/* ----------------------------------------
content
---------------------------------------- */
.content {
  padding: 64px 0 0;
}
.content .content-inner {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 120px;
}
.content .content-inner .content-main {
  background: #ffffff;
  overflow: hidden;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .content {
    padding: 48px 0 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    overflow: hidden;
  }
  .content .content-inner {
    padding: 0;
  }
  .content .content-inner .content-main .content-main-inner {
    margin: 16px 5% 104px;
  }
}
