@charset "UTF-8";
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2s; }

.fadein.active {
  opacity: 1;
  transform: translate(0, 0); }

header#ghead-pc {
  position: relative; }
  header#ghead-pc .fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0; }
@keyframes fadeIn1s {
  100% {
    transform: translateY(0);
    opacity: 1; } }
  header#ghead-pc .inner {
    height: 74px;
    transition: all 500ms ease-out;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
    position: absolute;
    z-index: 100; }
    header#ghead-pc .inner .logo {
      position: absolute;
      width: 140px;
      top: calc(50% - 20px); }
    header#ghead-pc .inner nav.nav-pc {
      display: flex;
      width: 100%;
      justify-content: flex-end; }
      header#ghead-pc .inner nav.nav-pc ul {
        display: flex;
        align-items: center; }
        header#ghead-pc .inner nav.nav-pc ul li {
          font-family: "M PLUS 1", sans-serif;
          font-weight: 300;
          font-size: 1vw; }
          header#ghead-pc .inner nav.nav-pc ul li a {
            position: relative;
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #6b6b6b; }
          header#ghead-pc .inner nav.nav-pc ul li a.white {
            position: relative;
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #fff; }
          header#ghead-pc .inner nav.nav-pc ul li a::after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 3px;
            left: 0;
            bottom: 0;
            background: #1e1e1e;
            transform: scaleX(0);
            transition: all 300ms ease-out; }
        header#ghead-pc .inner nav.nav-pc ul li + li {
          margin-left: 35px; }
  header#ghead-pc .fv-txt {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2.4vw;
    color: #666;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 300;
    top: 22vw;
    line-height: 1.2; }
    header#ghead-pc .fv-txt br {
      display: block !important; }
    header#ghead-pc .fv-txt span {
      font-size: 0.7em; }
  header#ghead-pc .scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 50px; }
  header#ghead-pc .scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #666;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    font-family: "M PLUS 1", sans-serif;
    font-weight: normal; }
  header#ghead-pc .scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #666;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0; }
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
header#ghead-sp {
  position: relative; }

header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(20px, 5.3333333333vw, 40px);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }
  header .header-container {
    width: 100%;
    position: fixed;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    align-items: start;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    padding: 2%; }
    @media screen and (max-width: 840px) {
      header .header-container {
        position: relative; } }
  header .header-logo {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content; }
    @media screen and (max-width: 840px) {
      header .header-logo {
        width: 20vw; } }
  @media (max-width: 768px) and (orientation: landscape) {
    header .header-logo {
      width: clamp(70px, 17.9910044978vw, 140px); } }
  header .logo-link {
    display: block;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }
  header .logo-link:hover {
    opacity: 0.6; }
  @media (max-width: 1024px) {
    header .nav-menu {
      position: fixed;
      z-index: -1;
      top: 0;
      right: 0;
      width: 100%;
      height: calc(var(--vh, 2vw) * 32);
      padding-right: clamp(30px, 8vw, 60px);
      padding-bottom: clamp(30px, 8vw, 60px);
      padding-left: clamp(30px, 8vw, 60px);
      transition-duration: 600ms;
      transform: translateX(200%);
      overflow: auto;
      padding-top: 10% !important;
      /* ナビメニューの背景色を変えたい時 */
      background-color: rgba(255, 255, 255, 0.85); }
    header .nav-menu.active {
      transform: translateX(0);
      padding-top: 10% !important; } }
  @media (min-width: 1025px) {
    header .nav-menu {
      padding-top: 10% !important; } }
  @media (min-width: 1025px) {
    header .menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      gap: clamp(20px, 2.0833333333vw, 40px); } }
  header .menu-link {
    display: block;
    color: #000;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }
  header .menu-link:hover {
    opacity: 0.6; }
  header .nav-menu.active .menu-link {
    color: #333;
    text-decoration: none;
    font-family: "M PLUS 1", sans-serif; }
  @media (max-width: 1024px) {
    header .menu-link {
      font-size: clamp(18px, 1.0416666667vw, 20px);
      padding-top: clamp(10px, 2.6666666667vw, 20px);
      padding-bottom: clamp(10px, 2.6666666667vw, 20px);
      text-align: center;
      /* ナビメニューの文字色を変えたい時 */
      color: #000; } }
  @media (min-width: 1025px) {
    header .menu-link {
      font-size: clamp(14px, 1.0416666667vw, 20px); } }
  header .hamburger-button {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: clamp(13px, 3.4666666667vw, 26px);
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    background-color: unset;
    border: none;
    display: none; }
  header .hamburger-lines {
    position: relative;
    width: clamp(40px, 10.6666666667vw, 90px);
    height: clamp(13px, 3.4666666667vw, 26px);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    top: 1vh; }
  @media (max-width: 1024px) {
    header .hamburger-lines {
      width: clamp(20px, 10.6666666667vw, 30px);
      height: clamp(10px, 1vw, 26px); } }
  @media (max-width: 768px) and (orientation: landscape) {
    header .hamburger-lines {
      width: clamp(20px, 10.6666666667vw, 30px);
      height: clamp(10px, 1vw, 26px); } }
  header .hamburger-lines.active {
    height: 1px; }
  header .hamburger-lines .line {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: clamp(1px, 0.2666666667vw, 2px);
    margin: auto;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    /* ハンバーガーメニューの線の色を変えたい時 */
    background-color: #000; }
  header .hamburger-lines .line-history {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: clamp(1px, 0.2666666667vw, 2px);
    margin: auto;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    /* ハンバーガーメニューの線の色を変えたい時 */
    background-color: #000; }
  header .hamburger-lines.active .line,
  header .hamburger-lines.active .line-history {
    /* ハンバーガーメニューオープン時の線の色を変えたい時 */
    background-color: #999; }
  header .hamburger-lines .line:nth-child(1),
  header .hamburger-lines .line-history:nth-child(1) {
    top: 0; }
  header .hamburger-lines .line:nth-child(2),
  header .hamburger-lines .line-history:nth-child(2) {
    bottom: 0; }
  @media (min-width: 1025px) {
    header {
      /* タブレットサイズ以上でハンバーガーメニューを丸ごと非表示 */ }
      header .hamburger-button {
        display: none; } }

.main {
  position: absolute;
  margin-top: 120vh;
  width: 100%; }
  @media screen and (max-width: 840px) {
    .main {
      margin-top: 58vw; } }
  .main .content-wrap {
    margin: 0 auto;
    padding: 10% 5%;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px; }
    @media screen and (max-width: 840px) {
      .main .content-wrap {
        width: 94%; } }
    .main .content-wrap .fvsp-txt {
      display: none; }
      @media screen and (max-width: 840px) {
        .main .content-wrap .fvsp-txt {
          position: absolute;
          margin: 0 auto;
          width: 84%;
          display: block;
          text-align: center;
          font-size: 4vw;
          color: #666;
          font-family: "M PLUS 1", sans-serif;
          font-weight: 400;
          top: -52vw;
          line-height: 1.2; }
          .main .content-wrap .fvsp-txt br {
            display: block !important; }
          .main .content-wrap .fvsp-txt span {
            font-size: 0.8em; } }
    .main .content-wrap .h2-box {
      margin: 0 auto 5%;
      padding-bottom: 2%;
      width: 40%;
      text-align: center;
      border-bottom: 1px solid #999; }
      @media screen and (max-width: 840px) {
        .main .content-wrap .h2-box {
          width: 42%; } }
      .main .content-wrap .h2-box h2 {
        font-family: "M PLUS 1", sans-serif;
        font-size: 3em;
        font-weight: 300;
        color: #666; }
        @media screen and (max-width: 840px) {
          .main .content-wrap .h2-box h2 {
            font-size: 1.8em;
            font-weight: 400; } }
    .main .content-wrap .content-box {
      margin-bottom: 5%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 840px) {
        .main .content-wrap .content-box {
          display: block; } }
      .main .content-wrap .content-box .txt-leftbox {
        width: 52%;
        padding: 1% 2% 1% 0; }
        @media screen and (max-width: 840px) {
          .main .content-wrap .content-box .txt-leftbox {
            width: 100%;
            padding: 0; } }
        .main .content-wrap .content-box .txt-leftbox h3 {
          margin-bottom: 3%;
          font-family: "M PLUS 1", sans-serif;
          font-size: 1.8em;
          font-weight: 300;
          color: #666; }
          @media screen and (max-width: 840px) {
            .main .content-wrap .content-box .txt-leftbox h3 {
              font-size: 1.2em;
              font-weight: 500;
              text-align: center; } }
        .main .content-wrap .content-box .txt-leftbox .logo-catm {
          vertical-align: text-bottom;
          margin-right: 1%; }
          .main .content-wrap .content-box .txt-leftbox .logo-catm img {
            width: 24%; }
            @media screen and (max-width: 840px) {
              .main .content-wrap .content-box .txt-leftbox .logo-catm img {
                width: 42%; } }
        .main .content-wrap .content-box .txt-leftbox .cat-me {
          margin-right: 3%;
          font-size: 2em;
          font-weight: 700;
          color: #d37a66;
          line-height: 1.4; }
      .main .content-wrap .content-box .txt-rightbox {
        width: 52%;
        padding: 1% 0 1% 2%; }
        @media screen and (max-width: 840px) {
          .main .content-wrap .content-box .txt-rightbox {
            width: 100%;
            padding: 0; } }
        .main .content-wrap .content-box .txt-rightbox h3 {
          margin-bottom: 3%;
          font-family: "M PLUS 1", sans-serif;
          font-size: 1.8em;
          font-weight: 300;
          color: #666; }
          @media screen and (max-width: 840px) {
            .main .content-wrap .content-box .txt-rightbox h3 {
              font-size: 1.2em;
              font-weight: 500;
              text-align: center; } }
      .main .content-wrap .content-box .txt-widebox {
        width: 100%; }
        .main .content-wrap .content-box .txt-widebox h3 {
          margin-bottom: 2%;
          font-family: "M PLUS 1", sans-serif;
          font-size: 1.8em;
          font-weight: 300;
          color: #666; }
          @media screen and (max-width: 840px) {
            .main .content-wrap .content-box .txt-widebox h3 {
              font-size: 1.2em;
              font-weight: 500;
              text-align: center; } }
      .main .content-wrap .content-box .img-box {
        width: 48%; }
        @media screen and (max-width: 840px) {
          .main .content-wrap .content-box .img-box {
            width: 100%;
            margin-bottom: 8%; } }
  .main .about-wrap {
    width: 100%;
    background: url("../img/background_about.jpg") no-repeat center top;
    background-size: 100%; }
    .main .about-wrap .about-inner {
      margin: 0 auto;
      padding: 56vw 5% 5% 5%;
      width: 80%; }
      @media screen and (max-width: 840px) {
        .main .about-wrap .about-inner {
          padding: 54vw 5% 5% 5%;
          width: 94%; } }
      .main .about-wrap .about-inner .h2-box {
        margin: 0 auto 5%;
        padding-bottom: 2%;
        width: 40%;
        text-align: center;
        border-bottom: 1px solid #999; }
        @media screen and (max-width: 840px) {
          .main .about-wrap .about-inner .h2-box {
            width: 42%; } }
        .main .about-wrap .about-inner .h2-box h2 {
          font-family: "M PLUS 1", sans-serif;
          font-size: 3em;
          font-weight: 300;
          color: #666; }
          @media screen and (max-width: 840px) {
            .main .about-wrap .about-inner .h2-box h2 {
              font-size: 1.8em;
              font-weight: 400; } }
      .main .about-wrap .about-inner .content-box {
        margin-bottom: 5%;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 840px) {
          .main .about-wrap .about-inner .content-box {
            display: block; } }
        .main .about-wrap .about-inner .content-box .txt-leftbox {
          width: 52%;
          padding: 1% 2% 1% 0; }
          @media screen and (max-width: 840px) {
            .main .about-wrap .about-inner .content-box .txt-leftbox {
              width: 100%;
              padding: 0; } }
          .main .about-wrap .about-inner .content-box .txt-leftbox h3 {
            margin-bottom: 3%;
            font-family: "M PLUS 1", sans-serif;
            font-size: 1.8em;
            font-weight: 300;
            color: #666; }
            @media screen and (max-width: 840px) {
              .main .about-wrap .about-inner .content-box .txt-leftbox h3 {
                font-size: 1.2em;
                font-weight: 500;
                text-align: center;
                line-height: 1.4; } }
            .main .about-wrap .about-inner .content-box .txt-leftbox h3 span {
              font-size: 0.6em;
              display: unset; }
              @media screen and (max-width: 840px) {
                .main .about-wrap .about-inner .content-box .txt-leftbox h3 span {
                  display: block; } }
          .main .about-wrap .about-inner .content-box .txt-leftbox .logo-catm {
            vertical-align: text-bottom;
            margin-right: 1%; }
            .main .about-wrap .about-inner .content-box .txt-leftbox .logo-catm img {
              width: 24%; }
          .main .about-wrap .about-inner .content-box .txt-leftbox .cat-me {
            margin-right: 3%;
            font-size: 2em;
            font-weight: 700;
            color: #d37a66;
            line-height: 1.4; }
        .main .about-wrap .about-inner .content-box .txt-widebox {
          width: 100%; }
          .main .about-wrap .about-inner .content-box .txt-widebox h3 {
            margin-bottom: 2%;
            font-family: "M PLUS 1", sans-serif;
            font-size: 1.8em;
            font-weight: 300;
            color: #666; }
            @media screen and (max-width: 840px) {
              .main .about-wrap .about-inner .content-box .txt-widebox h3 {
                font-size: 1.2em;
                font-weight: 500;
                text-align: center;
                line-height: 1.4; } }
            .main .about-wrap .about-inner .content-box .txt-widebox h3 span {
              font-size: 0.6em;
              display: unset; }
              @media screen and (max-width: 840px) {
                .main .about-wrap .about-inner .content-box .txt-widebox h3 span {
                  display: block; } }
        .main .about-wrap .about-inner .content-box .img-box {
          width: 48%; }
          @media screen and (max-width: 840px) {
            .main .about-wrap .about-inner .content-box .img-box {
              width: 100%;
              margin-bottom: 8%; } }
  .main .profile-wrap {
    width: 100%;
    background: url("../img/background_profile.jpg") no-repeat center top fixed;
    background-size: cover; }
    .main .profile-wrap .profile-inner {
      margin: 0 auto;
      padding: 5%;
      width: 80%; }
      @media screen and (max-width: 840px) {
        .main .profile-wrap .profile-inner {
          padding: 10% 5%;
          width: 100%; } }
      .main .profile-wrap .profile-inner .h2-box {
        margin: 0 auto 5%;
        padding-bottom: 2%;
        width: 40%;
        text-align: center;
        border-bottom: 1px solid #fff; }
        @media screen and (max-width: 840px) {
          .main .profile-wrap .profile-inner .h2-box {
            width: 42%; } }
        .main .profile-wrap .profile-inner .h2-box h2 {
          font-family: "M PLUS 1", sans-serif;
          font-size: 3em;
          font-weight: 300;
          color: #fff; }
          @media screen and (max-width: 840px) {
            .main .profile-wrap .profile-inner .h2-box h2 {
              font-size: 1.8em;
              font-weight: 400; } }
      .main .profile-wrap .profile-inner .content-box {
        margin-bottom: 5%;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 840px) {
          .main .profile-wrap .profile-inner .content-box {
            display: block; } }
        .main .profile-wrap .profile-inner .content-box .txt-leftbox {
          width: 60%;
          padding: 1% 4% 1% 0; }
          @media screen and (max-width: 840px) {
            .main .profile-wrap .profile-inner .content-box .txt-leftbox {
              width: 100%;
              padding: 0; } }
          .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.company li {
            margin-bottom: 3%;
            display: flex;
            justify-content: space-between;
            font-family: "M PLUS 1", sans-serif;
            font-weight: 300;
            color: #fff; }
            @media screen and (max-width: 840px) {
              .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.company li {
                margin-bottom: 0; } }
            .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.company li .item {
              padding: 2% 2% 1.5%;
              width: 30%;
              font-size: 1em;
              border-bottom: 2px solid #fff; }
              @media screen and (max-width: 840px) {
                .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.company li .item {
                  font-size: 0.9em;
                  line-height: 1.5;
                  padding: 5% 1%; } }
            .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.company li .text {
              padding: 2% 2% 1.5%;
              width: 69%;
              font-size: 1em;
              border-bottom: 1px solid #fff; }
              @media screen and (max-width: 840px) {
                .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.company li .text {
                  font-size: 0.9em;
                  line-height: 1.5;
                  padding: 5% 1%; } }
          .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.profile {
            padding: 5%;
            border: 1px solid #fff;
            border-radius: 10px; }
            .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.profile li {
              margin-bottom: 0.6%;
              font-family: "M PLUS 1", sans-serif;
              font-weight: 300;
              color: #fff; }
            .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.profile li.photo {
              width: 60%;
              margin: 0 auto 5%; }
              .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.profile li.photo img {
                border-radius: 8px; }
            .main .profile-wrap .profile-inner .content-box .txt-leftbox ul.profile li.name {
              margin-bottom: 3%; }
        .main .profile-wrap .profile-inner .content-box .img-box {
          width: 40%; }
          .main .profile-wrap .profile-inner .content-box .img-box img {
            border-radius: 10px; }
    .main .profile-wrap .footer {
      padding: 50px 0 80px;
      width: 100%; }
      @media screen and (max-width: 840px) {
        .main .profile-wrap .footer {
          padding: 8% 0 8%; } }
      .main .profile-wrap .footer ul.gnav {
        margin: 0 auto 30px;
        display: block;
        text-align: center;
        width: 100%; }
        .main .profile-wrap .footer ul.gnav li {
          float: left;
          color: #333;
          display: contents;
          font-size: 0.8em; }
          .main .profile-wrap .footer ul.gnav li a {
            color: #fff;
            text-decoration: none; }
          .main .profile-wrap .footer ul.gnav li a:hover {
            color: #fff; }
        .main .profile-wrap .footer ul.gnav li:after {
          margin-left: 10px;
          margin-right: 6px;
          content: '｜';
          color: #fff; }
          @media screen and (max-width: 840px) {
            .main .profile-wrap .footer ul.gnav li:after {
              margin-left: 6px;
              margin-right: 2px;
              content: '|'; } }
        .main .profile-wrap .footer ul.gnav li:last-child:after {
          content: none; }
      .main .profile-wrap .footer .logo {
        margin: 0 auto 30px;
        width: 10vw; }
        @media screen and (max-width: 840px) {
          .main .profile-wrap .footer .logo {
            margin: 0 auto 5%;
            width: 32%; } }
      .main .profile-wrap .footer .foot-add::after {
        content: "";
        display: block;
        clear: both; }
      .main .profile-wrap .footer .copyright {
        width: 100%;
        text-align: center;
        font-size: 0.8em;
        color: #fff;
        font-family: "M PLUS 1", sans-serif;
        font-weight: normal; }

.page-top {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12; }
  @media screen and (max-width: 840px) {
    .page-top {
      right: 20px;
      bottom: 20px; } }

.pagetop-arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); }

.fadeIn1s {
  animation-name: fadeIn1s;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0; }

@keyframes fadeIn1s {
  100% {
    transform: translateY(0);
    opacity: 1; } }
@media screen and (max-width: 840px) {
  #gFooter {
    padding-bottom: 22%; } }

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

html {
  font-size: 62.5%;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal; }

body {
  background: url("../img/background_fv_v02.jpg") no-repeat center top !important;
  background-size: cover !important;
  color: #444444;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#modal-open img {
  height: inherit; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

.center {
  text-align: center; }

.po-r {
  position: relative; }

iframe {
  max-width: 100%; }

.iframe {
  margin-bottom: 30px;
  width: 100%;
  padding-top: 56.25%; }
  @media screen and (max-width: 840px) {
    .iframe {
      margin-bottom: 5%; } }
  .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a {
  line-height: 1.3em;
  color: #fff; }
  a:hover {
    text-decoration: none; }
  a:active {
    color: #fff; }
  a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    a img:hover {
      opacity: 0.7; }

.fc-red {
  color: #ff3e1e; }

.modal-overlay {
  z-index: 2000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.footerNavWrap {
  border: 5px solid #ffffff;
  background: #ffffff;
  position: fixed;
  width: 90%;
  height: 90%;
  overflow: hidden;
  position: fixed;
  top: 5%;
  left: 5%;
  z-index: 99999;
  display: none; }
  .footerNavWrap .footerNavInner {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .footerNavWrap .footerNavInner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }

@media screen and (min-width: 841px) {
  .sp {
    display: none; } }

@media screen and (max-width: 840px) {
  .pc {
    display: none; } }

@media screen and (max-width: 840px) {
  br {
    display: none; } }

.box-container {
  margin: 0 auto;
  max-width: 1000px; }

.link_horizontal_left {
  text-align: left; }
  .link_horizontal_left li {
    margin-right: 10px;
    text-align: left;
    display: inline-block; }

.link_horizontal_right {
  text-align: right; }
  .link_horizontal_right li {
    text-align: right;
    display: inline-block; }

@media screen and (max-width: 840px) {
  .link_horizontal_left, .link_horizontal_right {
    text-align: center; }
    .link_horizontal_left li, .link_horizontal_right li {
      padding: 2% 3%;
      text-align: center;
      display: block;
      font-size: 16px;
      font-size: 1rem; } }
#float-att {
  padding: 8px 0 14px;
  width: 240px;
  background: #531100;
  color: #fee002;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
  font-weight: bold;
  position: fixed;
  bottom: 164px;
  right: 20px;
  z-index: 8880;
  line-height: 1.2; }
  @media screen and (max-width: 840px) {
    #float-att {
      display: none; } }

#floatTimer {
  padding: 7px 0;
  width: 240px;
  height: 100px;
  background: #ce0101;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 0.8rem;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9990;
  line-height: 1.2; }
  @media screen and (max-width: 840px) {
    #floatTimer {
      padding: 2%;
      width: 100%;
      height: auto;
      border-radius: unset;
      bottom: auto;
      right: 0;
      top: 0;
      position: fixed; } }
  #floatTimer .CountDownTimer {
    font-size: 1rem;
    color: #fff21f;
    display: block; }
    @media screen and (max-width: 840px) {
      #floatTimer .CountDownTimer {
        display: inline-block; } }

#floatTimerend {
  padding: 12px;
  width: 240px;
  height: auto;
  background: #ce0101;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 1rem;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 9990;
  line-height: 1.2; }
  @media screen and (max-width: 840px) {
    #floatTimerend {
      padding: 3% 0;
      width: 100%;
      height: auto;
      border-radius: unset;
      top: 0;
      bottom: auto;
      right: 0; } }
  #floatTimerend .CountDownTimer {
    font-size: 1rem;
    color: #fff21f;
    display: block; }
    @media screen and (max-width: 840px) {
      #floatTimerend .CountDownTimer {
        display: inline-block; } }

#floatBtn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999; }
  @media screen and (max-width: 840px) {
    #floatBtn {
      padding: 0;
      width: 100%;
      bottom: 0;
      right: auto; } }
  #floatBtn a {
    text-align: center !important;
    font-size: 0.8rem;
    padding: 6% 3%;
    display: block;
    width: 240px;
    text-align: left;
    text-decoration: none;
    color: #333333;
    border-radius: 5px;
    background: #fff404;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff404 0%, #fdbc00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff404 0%, #fdbc00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff404', endColorstr='#fdbc00',GradientType=0 );
    /* IE6-9 */
    box-shadow: 0 3px 0 0 #8e0000;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    @media screen and (max-width: 840px) {
      #floatBtn a {
        width: 100%;
        padding: 3% 0 2%;
        text-align: center;
        border-radius: 0;
        box-shadow: none; }
        #floatBtn a br {
          display: block; } }
    #floatBtn a:hover {
      background: #fff404;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fff404 0%, #fdbc00 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fff404 0%, #fdbc00 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff404', endColorstr='#fdbc00',GradientType=0 );
      /* IE6-9 */
      box-shadow: 0 1px 0 0 #8e0000;
      top: 2px; }

#floatBtn-end {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999; }
  @media screen and (max-width: 840px) {
    #floatBtn-end {
      padding: 0;
      width: 100%;
      bottom: 0;
      right: auto; } }
  #floatBtn-end a {
    text-align: center !important;
    font-size: 0.8rem;
    padding: 8% 4% 6%;
    display: block;
    width: 240px;
    text-decoration: none;
    color: #333333;
    border-radius: 5px;
    background: #fff404;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff404 0%, #fdbc00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff404 0%, #fdbc00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff404', endColorstr='#fdbc00',GradientType=0 );
    /* IE6-9 */
    box-shadow: 0 3px 0 0 #8e0000;
    position: relative;
    top: 0; }
    @media screen and (max-width: 840px) {
      #floatBtn-end a {
        width: 100%;
        padding: 1.2%;
        text-align: center;
        border-radius: 0;
        box-shadow: none; }
        #floatBtn-end a br {
          display: block; } }
    #floatBtn-end a:hover {
      background: #fff404;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fff404 0%, #fdbc00 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fff404 0%, #fdbc00 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fff404 0%, #fdbc00 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff404', endColorstr='#fdbc00',GradientType=0 );
      /* IE6-9 */
      box-shadow: 0 1px 0 0 #8e0000;
      top: 2px; }

#float-comparison {
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 9999; }
  @media screen and (max-width: 840px) {
    #float-comparison {
      display: none; } }
  #float-comparison a {
    text-align: center !important;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5%;
    display: block;
    width: 240px;
    text-decoration: none;
    color: #333333;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background: #fbe3a7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbe3a7 0%, #ffde37 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbe3a7 0%, #ffde37 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbe3a7 0%, #ffde37 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe3a7', endColorstr='#ffde37',GradientType=0 );
    /* IE6-9 */
    line-height: 1.4;
    position: relative;
    top: 0;
    box-shadow: 0 3px 0 0 #553400; }
    #float-comparison a:hover {
      background: #fbe3a7;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fbe3a7 0%, #ffde37 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fbe3a7 0%, #ffde37 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fbe3a7 0%, #ffde37 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe3a7', endColorstr='#ffde37',GradientType=0 );
      /* IE6-9 */
      top: 2px;
      box-shadow: 0 1px 0 0 #553400; }
    #float-comparison a span {
      display: block;
      font-size: 0.7rem; }

#gHeader .timer {
  padding: 15px 0;
  text-align: center; }
  @media screen and (max-width: 840px) {
    #gHeader .timer {
      padding: 3% 0; } }
  #gHeader .timer .timerInner {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 22px;
    font-size: 1.375rem; }
    @media screen and (max-width: 840px) {
      #gHeader .timer .timerInner {
        font-size: 14px;
        font-size: 0.875rem; } }
    #gHeader .timer .timerInner .CountDownTimer {
      font-size: 30px;
      font-size: 1.875rem; }
      @media screen and (max-width: 840px) {
        #gHeader .timer .timerInner .CountDownTimer {
          padding-top: 3px;
          display: block;
          font-size: 22px;
          font-size: 1.375rem; } }

#wrapper::after {
  content: "";
  display: block;
  clear: both; }

.main {
  width: 100%; }
  .main p {
    font-family: "M PLUS 1", sans-serif;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 1em;
    color: #666; }
    @media screen and (max-width: 840px) {
      .main p {
        margin-bottom: 5%; } }
  .main ul {
    margin-bottom: 30px; }
    @media screen and (max-width: 840px) {
      .main ul {
        margin-bottom: 5%; } }
    .main ul li {
      margin-bottom: 1rem;
      line-height: 1.4; }
  @media screen and (min-width: 841px) {
    .main .cl2 {
      width: 49%; }
    .main .cl3 {
      width: 32%; }
    .main .cl4 {
      width: 23.5%; }
    .main .cl5 {
      width: 18.4%; }
    .main .cl6 {
      width: 15%; }
    .main .cl7 {
      width: 12.5714286%; }
    .main .cl8 {
      width: 10.75%; }
    .main .cl9 {
      width: 9.333333%; }
    .main .cl10 {
      width: 8.2%; } }
  @media screen and (max-width: 840px) {
    .main .cl2, .main .cl3 {
      margin-bottom: 5%;
      width: 100%; }
      .main .cl2:last-child, .main .cl3:last-child {
        margin-right: 0; }
    .main .cl4, .main .cl5, .main .cl6, .main .cl7 {
      margin: 0 3% 3% 0;
      width: 47%;
      float: left; }
      .main .cl4:last-child, .main .cl5:last-child, .main .cl6:last-child, .main .cl7:last-child {
        margin-right: 0; }
    .main .cl8, .main .cl9, .main .cl10 {
      margin: 0 3% 3% 0;
      width: 30%;
      float: left; }
      .main .cl8:last-child, .main .cl9:last-child, .main .cl10:last-child {
        margin-right: 0; } }

#pageTopArea {
  display: none;
  text-align: center; }
  #pageTopArea a {
    padding: 3%;
    width: 100%;
    display: block;
    text-decoration: none;
    background: #164977;
    color: #ffffff; }

#gFooter {
  font-size: 13px;
  font-size: 0.8125rem; }

@media screen and (min-width: 841px) {
  #gFooter-bottom {
    padding: 15px 0; }
    #gFooter-bottom::after {
      content: "";
      display: block;
      clear: both; } }
@media screen and (max-width: 840px) {
  #gFooter-bottom {
    text-align: center; } }

#copyRight {
  float: left;
  width: 30%; }
  @media screen and (max-width: 840px) {
    #copyRight {
      padding: 3%;
      float: none;
      width: 100%; } }

#footerNav {
  float: right;
  width: 70%; }
  @media screen and (max-width: 840px) {
    #footerNav {
      float: none;
      width: 100%; } }
  @media screen and (min-width: 841px) {
    #footerNav li:after {
      margin-left: 5px;
      content: "｜";
      color: #ffffff; }
    #footerNav li:last-child:after {
      content: none; } }
  @media screen and (max-width: 840px) {
    #footerNav li {
      border-bottom: 1px dotted #ffffff; }
      #footerNav li:last-child {
        border-bottom: none; } }
  #footerNav .trigger {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }
    #footerNav .trigger:hover {
      cursor: pointer;
      color: #164977; }
    @media screen and (max-width: 840px) {
      #footerNav .trigger {
        padding: 3% 0;
        display: block; } }

.footerNavWrap {
  padding-bottom: 100px; }
  @media screen and (max-width: 840px) {
    .footerNavWrap {
      padding-bottom: 15%; } }
  .footerNavWrap .modal-close {
    padding: 15px;
    color: #333333;
    background: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
    z-index: 99999; }
    @media screen and (min-width: 841px) {
      .footerNavWrap .modal-close {
        border: 1px solid #ffffff;
        top: 20px;
        right: 40px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
        .footerNavWrap .modal-close:hover {
          color: #164977;
          cursor: pointer; } }
    @media screen and (max-width: 840px) {
      .footerNavWrap .modal-close {
        padding: 5%;
        bottom: 0;
        display: block;
        width: 100%;
        text-align: center; } }

/*======================================

	Font-size Adjustment
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/
/*
		font-color
-------------------------------------------------- */
.fc-000 {
  color: #000; }

/*黒色*/
.fc-333 {
  color: #333; }

/*黒灰*/
.fc-666 {
  color: #666; }

/*濃灰*/
.fc-999 {
  color: #999; }

/*薄灰*/
.fc-ccc {
  color: #CCC; }

/*白灰*/
.fc-fff {
  color: #FFF; }

/*白色*/
.fc-f00 {
  color: #F00; }

/*赤色*/
.fc-900 {
  color: #900; }

/*濃赤*/
.fc-00f {
  color: #00F; }

/*青色*/
.fc-009 {
  color: #009; }

/*濃青*/
.fc-0f0 {
  color: #0F0; }

/*緑色*/
.fc-090 {
  color: #090; }

/*濃緑*/
.fc-0ff {
  color: #0FF; }

/*水色*/
.fc-ff0 {
  color: #FF0; }

/*黄色*/
.fc-f63 {
  color: #F63; }

/*橙色*/
.fc-90f {
  color: #90F; }

/*紫色*/
.fc-f0f {
  color: #F0F; }

/*桃色*/
/*
		font-background-color
-------------------------------------------------- */
.fb-900 {
  padding: 1px;
  color: #FFF;
  font-weight: bold;
  background: #900; }

.fb-00f {
  padding: 1px;
  color: #ffffff;
  font-weight: bold;
  background: #00F; }

.fb-0f0 {
  padding: 1px;
  font-weight: bold;
  background: #0F0; }

.fb-0ff {
  padding: 1px;
  font-weight: bold;
  background: #0FF; }

.fb-ff0 {
  padding: 1px;
  font-weight: bold;
  background: #FF0; }

.fb-ff0- {
  padding: 1px;
  color: #F00;
  font-weight: bold;
  background: #FF0; }

.fb-ff0-2 {
  padding: 1px;
  color: #900;
  font-weight: bold;
  background: #FF0; }

.fb-f63 {
  padding: 1px;
  font-weight: bold;
  background: #F63; }

.fb-f0f {
  padding: 1px;
  color: #FFF;
  font-weight: bold;
  background: #F0F; }

/*												*/
/* ---------- これより以下は拡張設定 ----------	*/
/* ----------  使わない場合は放置  ----------	*/
/*												*/
/*------------------------------------------------------------
		font-weight
-------------------------------------------------------------*/
.fw-n {
  font-weight: normal; }

.fw-b {
  font-weight: bold; }

/*------------------------------------------------------------
		font-size
-------------------------------------------------------------*/
#wrapper .fs-10 {
  font-size: 10px;
  font-size: 0.625rem; }

#wrapper .fs-11 {
  font-size: 11px;
  font-size: 0.6875rem; }

#wrapper .fs-12 {
  font-size: 12px;
  font-size: 0.75rem; }

#wrapper .fs-13 {
  font-size: 13px;
  font-size: 0.8125rem; }

#wrapper .fs-14 {
  font-size: 14px;
  font-size: 0.875rem; }

#wrapper .fs-15 {
  font-size: 15px;
  font-size: 0.9375rem; }

#wrapper .fs-16 {
  font-size: 16px;
  font-size: 1rem; }

#wrapper .fs-17 {
  font-size: 17px;
  font-size: 1.0625rem; }

#wrapper .fs-18 {
  font-size: 18px;
  font-size: 1.125rem; }

#wrapper .fs-19 {
  font-size: 19px;
  font-size: 1.1875rem; }

#wrapper .fs-20 {
  font-size: 20px;
  font-size: 1.25rem; }

#wrapper .fs-21 {
  font-size: 21px;
  font-size: 1.3125rem; }

#wrapper .fs-22 {
  font-size: 22px;
  font-size: 1.375rem; }

#wrapper .fs-23 {
  font-size: 23px;
  font-size: 1.4375rem; }

#wrapper .fs-24 {
  font-size: 24px;
  font-size: 1.5rem; }

#wrapper .fs-25 {
  font-size: 25px;
  font-size: 1.5625rem; }

#wrapper .fs-26 {
  font-size: 26px;
  font-size: 1.625rem; }

#wrapper .fs-27 {
  font-size: 27px;
  font-size: 1.6875rem; }

#wrapper .fs-28 {
  font-size: 28px;
  font-size: 1.75rem; }

#wrapper .fs-29 {
  font-size: 29px;
  font-size: 1.8125rem; }

#wrapper .fs-30 {
  font-size: 30px;
  font-size: 1.875rem; }

/*------------------------------------------------------------
		line-height
-------------------------------------------------------------*/
.lh-110 {
  line-height: 110%; }

.lh-120 {
  line-height: 120%; }

.lh-130 {
  line-height: 130%; }

.lh-140 {
  line-height: 140%; }

.lh-150 {
  line-height: 150%; }

.lh-160 {
  line-height: 160%; }

.lh-170 {
  line-height: 170%; }

.lh-180 {
  line-height: 180%; }

.lh-190 {
  line-height: 190%; }

.lh-200 {
  line-height: 200%; }

/*------------------------------------------------------------
		text-decoration
-------------------------------------------------------------*/
.td-n {
  text-decoration: none; }

.td-u {
  text-decoration: underline; }

.td-o {
  text-decoration: overline; }

.td-t {
  text-decoration: line-through; }

.td-b {
  text-decoration: blink; }

/*------------------------------------------------------------
		text-align
-------------------------------------------------------------*/
.ta-c {
  text-align: center; }

/*中央寄せ*/
.ta-r {
  text-align: right; }

/*右寄せ*/
.ta-l {
  text-align: left; }

/*左寄せ*/
/*------------------------------------------------------------
		vertical-align
-------------------------------------------------------------*/
.va-t {
  vertical-align: top; }

/*上寄せ*/
.va-m {
  vertical-align: middle; }

/*中央寄せ*/
.va-b {
  vertical-align: bottom; }

/*下寄せ*/
@media screen and (min-width: 768px) {
  /*------------------------------------------------------------
  		margin
  -------------------------------------------------------------*/
  .m0 {
    margin: 0 !important; }

  /*全margin無し*/
  .mt-0 {
    margin-top: 0 !important; }

  /*上marginが0px*/
  .mr-0 {
    margin-right: 0 !important; }

  /*右marginが0px*/
  .mb-0 {
    margin-bottom: 0 !important; }

  /*下marginが0px*/
  .ml-0 {
    margin-left: 0 !important; }

  /*左marginが0px*/
  .m1 {
    margin: 1px !important; }

  .mt-1 {
    margin-top: 1px !important; }

  .mr-1 {
    margin-right: 1px !important; }

  .mb-1 {
    margin-bottom: 1px !important; }

  .ml-1 {
    margin-left: 1px !important; }

  .m2 {
    margin: 2px !important; }

  .mt-2 {
    margin-top: 2px !important; }

  .mr-2 {
    margin-right: 2px !important; }

  .mb-2 {
    margin-bottom: 2px !important; }

  .ml-2 {
    margin-left: 2px !important; }

  .m3 {
    margin: 3px !important; }

  .mt-3 {
    margin-top: 3px !important; }

  .mr-3 {
    margin-right: 3px !important; }

  .mb-3 {
    margin-bottom: 3px !important; }

  .ml-3 {
    margin-left: 3px !important; }

  .m4 {
    margin: 4px !important; }

  .mt-4 {
    margin-top: 4px !important; }

  .mr-4 {
    margin-right: 4px !important; }

  .mb-4 {
    margin-bottom: 4px !important; }

  .ml-4 {
    margin-left: 4px !important; }

  .m5 {
    margin: 5px !important; }

  .mt-5 {
    margin-top: 5px !important; }

  .mr-5 {
    margin-right: 5px !important; }

  .mb-5 {
    margin-bottom: 5px !important; }

  .ml-5 {
    margin-left: 5px !important; }

  .m6 {
    margin: 6px !important; }

  .mt-6 {
    margin-top: 6px !important; }

  .mr-6 {
    margin-right: 6px !important; }

  .mb-6 {
    margin-bottom: 6px !important; }

  .ml-6 {
    margin-left: 6px !important; }

  .m7 {
    margin: 7px !important; }

  .mt-7 {
    margin-top: 7px !important; }

  .mr-7 {
    margin-right: 7px !important; }

  .mb-7 {
    margin-bottom: 7px !important; }

  .ml-7 {
    margin-left: 7px !important; }

  .m8 {
    margin: 8px !important; }

  .mt-8 {
    margin-top: 8px !important; }

  .mr-8 {
    margin-right: 8px !important; }

  .mb-8 {
    margin-bottom: 8px !important; }

  .ml-8 {
    margin-left: 8px !important; }

  .m9 {
    margin: 9px !important; }

  .mt-9 {
    margin-top: 9px !important; }

  .mr-9 {
    margin-right: 9px !important; }

  .mb-9 {
    margin-bottom: 9px !important; }

  .ml-9 {
    margin-left: 9px !important; }

  .m10 {
    margin: 10px !important; }

  .mt-10 {
    margin-top: 10px !important; }

  .mr-10 {
    margin-right: 10px !important; }

  .mb-10 {
    margin-bottom: 10px !important; }

  .ml-10 {
    margin-left: 10px !important; }

  .m15 {
    margin: 15px !important; }

  .mt-15 {
    margin-top: 15px !important; }

  .mr-15 {
    margin-right: 15px !important; }

  .mb-15 {
    margin-bottom: 15px !important; }

  .ml-15 {
    margin-left: 15px !important; }

  .m20 {
    margin: 20px !important; }

  .mt-20 {
    margin-top: 20px !important; }

  .mr-20 {
    margin-right: 20px !important; }

  .mb-20 {
    margin-bottom: 20px !important; }

  .ml-20 {
    margin-left: 20px !important; }

  .m25 {
    margin: 25px !important; }

  .mt-25 {
    margin-top: 25px !important; }

  .mr-25 {
    margin-right: 25px !important; }

  .mb-25 {
    margin-bottom: 25px !important; }

  .ml-25 {
    margin-left: 25px !important; }

  .m30 {
    margin: 30px !important; }

  .mt-30 {
    margin-top: 30px !important; }

  .mr-30 {
    margin-right: 30px !important; }

  .mb-30 {
    margin-bottom: 30px !important; }

  .ml-30 {
    margin-left: 30px !important; }

  .m40 {
    margin: 40px !important; }

  .mt-40 {
    margin-top: 40px !important; }

  .mr-40 {
    margin-right: 40px !important; }

  .mb-40 {
    margin-bottom: 40px !important; }

  .ml-40 {
    margin-left: 40px !important; }

  .m50 {
    margin: 50px !important; }

  .mt-50 {
    margin-top: 50px !important; }

  .mr-50 {
    margin-right: 50px !important; }

  .mb-50 {
    margin-bottom: 50px !important; }

  .ml-50 {
    margin-left: 50px !important; }

  .m60 {
    margin: 60px !important; }

  .mt-60 {
    margin-top: 60px !important; }

  .mr-60 {
    margin-right: 60px !important; }

  .mb-60 {
    margin-bottom: 60px !important; }

  .ml-60 {
    margin-left: 60px !important; }

  .m70 {
    margin: 70px !important; }

  .mt-70 {
    margin-top: 70px !important; }

  .mr-70 {
    margin-right: 70px !important; }

  .mb-70 {
    margin-bottom: 70px !important; }

  .ml-70 {
    margin-left: 70px !important; }

  .m80 {
    margin: 80px !important; }

  .mt-80 {
    margin-top: 80px !important; }

  .mr-80 {
    margin-right: 80px !important; }

  .mb-80 {
    margin-bottom: 80px !important; }

  .ml-80 {
    margin-left: 80px !important; }

  .m90 {
    margin: 90px !important; }

  .mt-90 {
    margin-top: 90px !important; }

  .mr-90 {
    margin-right: 90px !important; }

  .mb-90 {
    margin-bottom: 90px !important; }

  .ml-90 {
    margin-left: 90px !important; }

  .m100 {
    margin: 100px !important; }

  .mt-100 {
    margin-top: 100px !important; }

  .mr-100 {
    margin-right: 100px !important; }

  .mb-100 {
    margin-bottom: 100px !important; }

  .ml-100 {
    margin-left: 100px !important; }

  /*------------------------------------------------------------
  		padding
  -------------------------------------------------------------*/
  .p0 {
    padding: 0 !important; }

  /*全padding無し*/
  .pt-0 {
    padding-top: 0px !important; }

  /*上paddingが0px*/
  .pr-0 {
    padding-right: 0px !important; }

  /*右paddingが0px*/
  .pb-0 {
    padding-bottom: 0px !important; }

  /*下paddingが0px*/
  .pl-0 {
    padding-left: 0px !important; }

  /*左paddingが0px*/
  .p1 {
    padding: 1px !important; }

  .pt-1 {
    padding-top: 1px !important; }

  .pr-1 {
    padding-right: 1px !important; }

  .pb-1 {
    padding-bottom: 1px !important; }

  .pl-1 {
    padding-left: 1px !important; }

  .p2 {
    padding: 2px !important; }

  .pt-2 {
    padding-top: 2px !important; }

  .pr-2 {
    padding-right: 2px !important; }

  .pb-2 {
    padding-bottom: 2px !important; }

  .pl-2 {
    padding-left: 2px !important; }

  .p3 {
    padding: 3px !important; }

  .pt-3 {
    padding-top: 3px !important; }

  .pr-3 {
    padding-right: 3px !important; }

  .pb-3 {
    padding-bottom: 3px !important; }

  .pl-3 {
    padding-left: 3px !important; }

  .p4 {
    padding: 4px !important; }

  .pt-4 {
    padding-top: 4px !important; }

  .pr-4 {
    padding-right: 4px !important; }

  .pb-4 {
    padding-bottom: 4px !important; }

  .pl-4 {
    padding-left: 4px !important; }

  .p5 {
    padding: 5px !important; }

  .pt-5 {
    padding-top: 5px !important; }

  .pr-5 {
    padding-right: 5px !important; }

  .pb-5 {
    padding-bottom: 5px !important; }

  .pl-5 {
    padding-left: 5px !important; }

  .p6 {
    padding: 6px !important; }

  .pt-6 {
    padding-top: 6px !important; }

  .pr-6 {
    padding-right: 6px !important; }

  .pb-6 {
    padding-bottom: 6px !important; }

  .pl-6 {
    padding-left: 6px !important; }

  .p7 {
    padding: 7px !important; }

  .pt-7 {
    padding-top: 7px !important; }

  .pr-7 {
    padding-right: 7px !important; }

  .pb-7 {
    padding-bottom: 7px !important; }

  .pl-7 {
    padding-left: 7px !important; }

  .p8 {
    padding: 8px !important; }

  .pt-8 {
    padding-top: 8px !important; }

  .pr-8 {
    padding-right: 8px !important; }

  .pb-8 {
    padding-bottom: 8px !important; }

  .pl-8 {
    padding-left: 8px !important; }

  .p9 {
    padding: 9px !important; }

  .pt-9 {
    padding-top: 9px !important; }

  .pr-9 {
    padding-right: 9px !important; }

  .pb-9 {
    padding-bottom: 9px !important; }

  .pl-9 {
    padding-left: 9px !important; }

  .p10 {
    padding: 10px !important; }

  .pt-10 {
    padding-top: 10px !important; }

  .pr-10 {
    padding-right: 10px !important; }

  .pb-10 {
    padding-bottom: 10px !important; }

  .pl-10 {
    padding-left: 10px !important; }

  .p15 {
    padding: 15px !important; }

  .pt-15 {
    padding-top: 15px !important; }

  .pr-15 {
    padding-right: 15px !important; }

  .pb-15 {
    padding-bottom: 15px !important; }

  .pl-15 {
    padding-left: 15px !important; }

  .p20 {
    padding: 20px !important; }

  .pt-20 {
    padding-top: 20px !important; }

  .pr-20 {
    padding-right: 20px !important; }

  .pb-20 {
    padding-bottom: 20px !important; }

  .pl-20 {
    padding-left: 20px !important; }

  .p30 {
    padding: 30px !important; }

  .pt-30 {
    padding-top: 30px !important; }

  .pr-30 {
    padding-right: 30px !important; }

  .pb-30 {
    padding-bottom: 30px !important; }

  .pl-30 {
    padding-left: 30px !important; }

  .p40 {
    padding: 40px !important; }

  .pt-40 {
    padding-top: 40px !important; }

  .pr-40 {
    padding-right: 40px !important; }

  .pb-40 {
    padding-bottom: 40px !important; }

  .pl-40 {
    padding-left: 40px !important; }

  .p50 {
    padding: 50px !important; }

  .pt-50 {
    padding-top: 50px !important; }

  .pr-50 {
    padding-right: 50px !important; }

  .pb-50 {
    padding-bottom: 50px !important; }

  .pl-50 {
    padding-left: 50px !important; }

  .p60 {
    padding: 60px !important; }

  .pt-60 {
    padding-top: 60px !important; }

  .pr-60 {
    padding-right: 60px !important; }

  .pb-60 {
    padding-bottom: 60px !important; }

  .pl-60 {
    padding-left: 60px !important; }

  .p70 {
    padding: 70px !important; }

  .pt-70 {
    padding-top: 70px !important; }

  .pr-70 {
    padding-right: 70px !important; }

  .pb-70 {
    padding-bottom: 70px !important; }

  .pl-70 {
    padding-left: 70px !important; }

  .p80 {
    padding: 80px !important; }

  .pt-80 {
    padding-top: 80px !important; }

  .pr-80 {
    padding-right: 80px !important; }

  .pb-80 {
    padding-bottom: 80px !important; }

  .pl-80 {
    padding-left: 80px !important; }

  .p90 {
    padding: 90px !important; }

  .pt-90 {
    padding-top: 90px !important; }

  .pr-90 {
    padding-right: 90px !important; }

  .pb-90 {
    padding-bottom: 90px !important; }

  .pl-90 {
    padding-left: 90px !important; }

  .p100 {
    padding: 100px !important; }

  .pt-100 {
    padding-top: 100px !important; }

  .pr-100 {
    padding-right: 100px !important; }

  .pb-100 {
    padding-bottom: 100px !important; }

  .pl-100 {
    padding-left: 100px !important; } }
@media screen and (max-width: 767px) {
  .m0 {
    margin: 0 !important; }

  /*全margin無し*/
  .mt-0 {
    margin-top: 0 !important; }

  /*上marginが0px*/
  .mr-0 {
    margin-right: 0 !important; }

  /*右marginが0px*/
  .mb-0 {
    margin-bottom: 0 !important; }

  /*下marginが0px*/
  .ml-0 {
    margin-left: 0 !important; }

  /*左marginが0px*/
  .m1 {
    margin: 0.1% !important; }

  .mt-1 {
    margin-top: 0.1% !important; }

  .mr-1 {
    margin-right: 0.1% !important; }

  .mb-1 {
    margin-bottom: 0.1% !important; }

  .ml-1 {
    margin-left: 0.1% !important; }

  .m2 {
    margin: 0.2% !important; }

  .mt-2 {
    margin-top: 0.2% !important; }

  .mr-2 {
    margin-right: 0.2% !important; }

  .mb-2 {
    margin-bottom: 0.2% !important; }

  .ml-2 {
    margin-left: 0.2% !important; }

  .m3 {
    margin: 0.3% !important; }

  .mt-3 {
    margin-top: 0.3% !important; }

  .mr-3 {
    margin-right: 0.3% !important; }

  .mb-3 {
    margin-bottom: 0.3% !important; }

  .ml-3 {
    margin-left: 0.3% !important; }

  .m4 {
    margin: 0.4% !important; }

  .mt-4 {
    margin-top: 0.4% !important; }

  .mr-4 {
    margin-right: 0.4% !important; }

  .mb-4 {
    margin-bottom: 0.4% !important; }

  .ml-4 {
    margin-left: 0.4% !important; }

  .m5 {
    margin: 0.5% !important; }

  .mt-5 {
    margin-top: 0.5% !important; }

  .mr-5 {
    margin-right: 0.5% !important; }

  .mb-5 {
    margin-bottom: 0.5% !important; }

  .ml-5 {
    margin-left: 0.5% !important; }

  .m6 {
    margin: 0.6% !important; }

  .mt-6 {
    margin-top: 0.6% !important; }

  .mr-6 {
    margin-right: 0.6% !important; }

  .mb-6 {
    margin-bottom: 0.6% !important; }

  .ml-6 {
    margin-left: 0.6% !important; }

  .m7 {
    margin: 0.7% !important; }

  .mt-7 {
    margin-top: 0.7% !important; }

  .mr-7 {
    margin-right: 0.7% !important; }

  .mb-7 {
    margin-bottom: 0.7% !important; }

  .ml-7 {
    margin-left: 0.7% !important; }

  .m8 {
    margin: 0.8% !important; }

  .mt-8 {
    margin-top: 0.8% !important; }

  .mr-8 {
    margin-right: 0.8% !important; }

  .mb-8 {
    margin-bottom: 0.8% !important; }

  .ml-8 {
    margin-left: 0.8% !important; }

  .m9 {
    margin: 0.9% !important; }

  .mt-9 {
    margin-top: 0.9% !important; }

  .mr-9 {
    margin-right: 0.9% !important; }

  .mb-9 {
    margin-bottom: 0.9% !important; }

  .ml-9 {
    margin-left: 0.9% !important; }

  .m10 {
    margin: 1% !important; }

  .mt-10 {
    margin-top: 1% !important; }

  .mr-10 {
    margin-right: 1% !important; }

  .mb-10 {
    margin-bottom: 1% !important; }

  .ml-10 {
    margin-left: 1% !important; }

  .m20 {
    margin: 2% !important; }

  .mt-20 {
    margin-top: 2% !important; }

  .mr-20 {
    margin-right: 2% !important; }

  .mb-20 {
    margin-bottom: 2% !important; }

  .ml-20 {
    margin-left: 2% !important; }

  .m30 {
    margin: 3% !important; }

  .mt-30 {
    margin-top: 3% !important; }

  .mr-30 {
    margin-right: 3% !important; }

  .mb-30 {
    margin-bottom: 3% !important; }

  .ml-30 {
    margin-left: 3% !important; }

  .m40 {
    margin: 4% !important; }

  .mt-40 {
    margin-top: 4% !important; }

  .mr-40 {
    margin-right: 4% !important; }

  .mb-40 {
    margin-bottom: 4% !important; }

  .ml-40 {
    margin-left: 4% !important; }

  .m50 {
    margin: 5% !important; }

  .mt-50 {
    margin-top: 5% !important; }

  .mr-50 {
    margin-right: 5% !important; }

  .mb-50 {
    margin-bottom: 5% !important; }

  .ml-50 {
    margin-left: 5% !important; }

  .m60 {
    margin: 6% !important; }

  .mt-60 {
    margin-top: 6% !important; }

  .mr-60 {
    margin-right: 6% !important; }

  .mb-60 {
    margin-bottom: 6% !important; }

  .ml-60 {
    margin-left: 6% !important; }

  .m70 {
    margin: 7% !important; }

  .mt-70 {
    margin-top: 7% !important; }

  .mr-70 {
    margin-right: 7% !important; }

  .mb-70 {
    margin-bottom: 7% !important; }

  .ml-70 {
    margin-left: 7% !important; }

  .m80 {
    margin: 8% !important; }

  .mt-80 {
    margin-top: 8% !important; }

  .mr-80 {
    margin-right: 8% !important; }

  .mb-80 {
    margin-bottom: 8% !important; }

  .ml-80 {
    margin-left: 8% !important; }

  .m90 {
    margin: 9% !important; }

  .mt-90 {
    margin-top: 9% !important; }

  .mr-90 {
    margin-right: 9% !important; }

  .mb-90 {
    margin-bottom: 9% !important; }

  .ml-90 {
    margin-left: 9% !important; }

  .m100 {
    margin: 10% !important; }

  .mt-100 {
    margin-top: 10% !important; }

  .mr-100 {
    margin-right: 10% !important; }

  .mb-100 {
    margin-bottom: 10% !important; }

  .ml-100 {
    margin-left: 10% !important; }

  /*------------------------------------------------------------
  		padding
  -------------------------------------------------------------*/
  .p0 {
    padding: 0 !important; }

  /*全padding無し*/
  .pt-0 {
    padding-top: 0px !important; }

  /*上paddingが0px*/
  .pr-0 {
    padding-right: 0px !important; }

  /*右paddingが0px*/
  .pb-0 {
    padding-bottom: 0px !important; }

  /*下paddingが0px*/
  .pl-0 {
    padding-left: 0px !important; }

  /*左paddingが0px*/
  .p1 {
    padding: 0.1% !important; }

  .pt-1 {
    padding-top: 0.1% !important; }

  .pr-1 {
    padding-right: 0.1% !important; }

  .pb-1 {
    padding-bottom: 0.1% !important; }

  .pl-1 {
    padding-left: 0.1% !important; }

  .p2 {
    padding: 0.2% !important; }

  .pt-2 {
    padding-top: 0.2% !important; }

  .pr-2 {
    padding-right: 0.2% !important; }

  .pb-2 {
    padding-bottom: 0.2% !important; }

  .pl-2 {
    padding-left: 0.2% !important; }

  .p3 {
    padding: 0.3% !important; }

  .pt-3 {
    padding-top: 0.3% !important; }

  .pr-3 {
    padding-right: 0.3% !important; }

  .pb-3 {
    padding-bottom: 0.3% !important; }

  .pl-3 {
    padding-left: 0.3% !important; }

  .p4 {
    padding: 0.4% !important; }

  .pt-4 {
    padding-top: 0.4% !important; }

  .pr-4 {
    padding-right: 0.4% !important; }

  .pb-4 {
    padding-bottom: 0.4% !important; }

  .pl-4 {
    padding-left: 0.4% !important; }

  .p5 {
    padding: 0.5% !important; }

  .pt-5 {
    padding-top: 0.5% !important; }

  .pr-5 {
    padding-right: 0.5% !important; }

  .pb-5 {
    padding-bottom: 0.5% !important; }

  .pl-5 {
    padding-left: 0.5% !important; }

  .p6 {
    padding: 0.6% !important; }

  .pt-6 {
    padding-top: 0.6% !important; }

  .pr-6 {
    padding-right: 0.6% !important; }

  .pb-6 {
    padding-bottom: 0.6% !important; }

  .pl-6 {
    padding-left: 0.6% !important; }

  .p7 {
    padding: 0.7% !important; }

  .pt-7 {
    padding-top: 0.7% !important; }

  .pr-7 {
    padding-right: 0.7% !important; }

  .pb-7 {
    padding-bottom: 0.7% !important; }

  .pl-7 {
    padding-left: 0.7% !important; }

  .p8 {
    padding: 0.8% !important; }

  .pt-8 {
    padding-top: 0.8% !important; }

  .pr-8 {
    padding-right: 0.8% !important; }

  .pb-8 {
    padding-bottom: 0.8% !important; }

  .pl-8 {
    padding-left: 0.8% !important; }

  .p9 {
    padding: 0.9% !important; }

  .pt-9 {
    padding-top: 0.9% !important; }

  .pr-9 {
    padding-right: 0.9% !important; }

  .pb-9 {
    padding-bottom: 0.9% !important; }

  .pl-9 {
    padding-left: 0.9% !important; }

  .p10 {
    padding: 1% !important; }

  .pt-10 {
    padding-top: 1% !important; }

  .pr-10 {
    padding-right: 1% !important; }

  .pb-10 {
    padding-bottom: 1% !important; }

  .pl-10 {
    padding-left: 1% !important; }

  .p20 {
    padding: 2% !important; }

  .pt-20 {
    padding-top: 2% !important; }

  .pr-20 {
    padding-right: 2% !important; }

  .pb-20 {
    padding-bottom: 2% !important; }

  .pl-20 {
    padding-left: 2% !important; }

  .p30 {
    padding: 3% !important; }

  .pt-30 {
    padding-top: 3% !important; }

  .pr-30 {
    padding-right: 3% !important; }

  .pb-30 {
    padding-bottom: 3% !important; }

  .pl-30 {
    padding-left: 3% !important; }

  .p40 {
    padding: 4% !important; }

  .pt-40 {
    padding-top: 4% !important; }

  .pr-40 {
    padding-right: 4% !important; }

  .pb-40 {
    padding-bottom: 4% !important; }

  .pl-40 {
    padding-left: 4% !important; }

  .p50 {
    padding: 5% !important; }

  .pt-50 {
    padding-top: 5% !important; }

  .pr-50 {
    padding-right: 5% !important; }

  .pb-50 {
    padding-bottom: 5% !important; }

  .pl-50 {
    padding-left: 5% !important; }

  .p60 {
    padding: 6% !important; }

  .pt-60 {
    padding-top: 6% !important; }

  .pr-60 {
    padding-right: 6% !important; }

  .pb-60 {
    padding-bottom: 6% !important; }

  .pl-60 {
    padding-left: 6% !important; }

  .p70 {
    padding: 7% !important; }

  .pt-70 {
    padding-top: 7% !important; }

  .pr-70 {
    padding-right: 7% !important; }

  .pb-70 {
    padding-bottom: 7% !important; }

  .pl-70 {
    padding-left: 7% !important; }

  .p80 {
    padding: 8% !important; }

  .pt-80 {
    padding-top: 8% !important; }

  .pr-80 {
    padding-right: 8% !important; }

  .pb-80 {
    padding-bottom: 8% !important; }

  .pl-80 {
    padding-left: 8% !important; }

  .p90 {
    padding: 9% !important; }

  .pt-90 {
    padding-top: 9% !important; }

  .pr-90 {
    padding-right: 9% !important; }

  .pb-90 {
    padding-bottom: 9% !important; }

  .pl-90 {
    padding-left: 9% !important; }

  .p100 {
    padding: 10% !important; }

  .pt-100 {
    padding-top: 10% !important; }

  .pr-100 {
    padding-right: 10% !important; }

  .pb-100 {
    padding-bottom: 10% !important; }

  .pl-100 {
    padding-left: 10% !important; } }
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
ul, ol {
  list-style: none; }

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?74850834");
  src: url("../font/fontello.eot?74850834#iefix") format("embedded-opentype"), url("../font/fontello.woff2?74850834") format("woff2"), url("../font/fontello.woff?74850834") format("woff"), url("../font/fontello.ttf?74850834") format("truetype"), url("../font/fontello.svg?74850834#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?74850834#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-angle-right:before {
  content: '\e800'; }

/* '' */
.icon-menu:before {
  content: '\e801'; }

/* '' */
.icon-ok-squared:before {
  content: '\e802'; }

/* '' */
.icon-doc-text:before {
  content: '\e803'; }

/* '' */
.icon-play-circled:before {
  content: '\e804'; }

/* '' */
.icon-right-hand:before {
  content: '\e805'; }

/* '' */
.icon-angle-left:before {
  content: '\e806'; }

/* '' */
.icon-angle-up:before {
  content: '\e807'; }

/* '' */
.icon-angle-down:before {
  content: '\e808'; }

/* '' */
.icon-home:before {
  content: '\e809'; }

/* '' */
.icon-left-hand:before {
  content: '\e80a'; }

/* '' */
.icon-th:before {
  content: '\e80b'; }

/* '' */
.icon-th-list:before {
  content: '\e80c'; }

/* '' */
.icon-mail:before {
  content: '\e80d'; }

/* '' */
.icon-mail-alt:before {
  content: '\e80e'; }

/* '' */
.icon-signal:before {
  content: '\e80f'; }

/* '' */
.icon-desktop:before {
  content: '\e810'; }

/* '' */
.icon-mobile:before {
  content: '\e811'; }

/* '' */
.icon-link-ext:before {
  content: '\e812'; }

/* '' */
.icon-lock:before {
  content: '\e813'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\e814'; }

/* '' */
.icon-tag:before {
  content: '\e815'; }

/* '' */
.icon-tags:before {
  content: '\e816'; }

/* '' */
.icon-help-circled:before {
  content: '\e817'; }

/* '' */
.icon-info-circled:before {
  content: '\e818'; }

/* '' */
.icon-users:before {
  content: '\e819'; }

/* '' */
.icon-comment:before {
  content: '\e81a'; }

/* '' */
.icon-chat:before {
  content: '\e81b'; }

/* '' */
.icon-cog:before {
  content: '\e81c'; }

/* '' */
.icon-rss:before {
  content: '\e81d'; }

/* '' */
.icon-phone:before {
  content: '\e81e'; }

/* '' */
.icon-phone-squared:before {
  content: '\e81f'; }

/* '' */
.icon-minus-circled:before {
  content: '\e820'; }

/* '' */
.icon-ok-circled:before {
  content: '\e821'; }

/* '' */
.icon-ok:before {
  content: '\e822'; }

/* '' */
.icon-ok-circled2:before {
  content: '\e823'; }

/* '' */
.icon-cancel:before {
  content: '\e824'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e825'; }

/* '' */
.icon-cancel-circled2:before {
  content: '\e826'; }

/* '' */
.icon-plus:before {
  content: '\e827'; }

/* '' */
.icon-plus-circled:before {
  content: '\e828'; }

/* '' */
.icon-minus:before {
  content: '\e829'; }

/* '' */
.icon-link:before {
  content: '\e82a'; }

/* '' */
.icon-pin:before {
  content: '\e82b'; }

/* '' */
.icon-bookmark:before {
  content: '\e82c'; }

/* '' */
.icon-download:before {
  content: '\e82d'; }

/* '' */
.icon-upload:before {
  content: '\e82e'; }

/* '' */
.icon-user:before {
  content: '\e82f'; }

/* '' */
.icon-th-large:before {
  content: '\e830'; }

/* '' */
.icon-attention-circled:before {
  content: '\e831'; }

/* '' */
.icon-attention:before {
  content: '\e832'; }

/* '' */
.icon-cog-alt:before {
  content: '\e833'; }

/* '' */
.icon-wrench:before {
  content: '\e834'; }

/* '' */
.icon-basket:before {
  content: '\e835'; }

/* '' */
.icon-calendar:before {
  content: '\e836'; }

/* '' */
.icon-zoom-in:before {
  content: '\e837'; }

/* '' */
.icon-zoom-out:before {
  content: '\e838'; }

/* '' */
.icon-down-dir:before {
  content: '\e839'; }

/* '' */
.icon-up-dir:before {
  content: '\e83a'; }

/* '' */
.icon-left-dir:before {
  content: '\e83b'; }

/* '' */
.icon-right-dir:before {
  content: '\e83c'; }

/* '' */
.icon-down-open:before {
  content: '\e83d'; }

/* '' */
.icon-left-open:before {
  content: '\e83e'; }

/* '' */
.icon-right-open:before {
  content: '\e83f'; }

/* '' */
.icon-up-open:before {
  content: '\e840'; }

/* '' */
.icon-up-hand:before {
  content: '\e841'; }

/* '' */
.icon-down-hand:before {
  content: '\e842'; }

/* '' */
.icon-globe:before {
  content: '\e843'; }

/* '' */
.icon-check:before {
  content: '\e844'; }

/* '' */
.icon-user-woman:before {
  content: '\e845'; }

/* '' */
.icon-search:before {
  content: '\e846'; }

/* '' */
.icon-up-big:before {
  content: '\e847'; }

/* '' */
.icon-right-big:before {
  content: '\e848'; }

/* '' */
.icon-down-big:before {
  content: '\e849'; }

/* '' */
.icon-left-big:before {
  content: '\e84a'; }

/* '' */
.icon-chart-bar:before {
  content: '\e84b'; }

/* '' */
.icon-star:before {
  content: '\e84c'; }

/* '' */
.icon-star-empty:before {
  content: '\e84d'; }

/* '' */
.icon-glass:before {
  content: '\e84e'; }

/* '' */
.icon-music:before {
  content: '\e84f'; }

/* '' */
.icon-heart:before {
  content: '\e850'; }

/* '' */
.icon-heart-empty:before {
  content: '\e851'; }

/* '' */
.icon-star-half:before {
  content: '\e852'; }

/* '' */
.icon-eye-off:before {
  content: '\e853'; }

/* '' */
.icon-eye:before {
  content: '\e854'; }

/* '' */
.icon-lock-open:before {
  content: '\e855'; }

/* '' */
.icon-attach:before {
  content: '\e856'; }

/* '' */
.icon-camera-alt:before {
  content: '\e857'; }

/* '' */
.icon-camera:before {
  content: '\e858'; }

/* '' */
.icon-videocam:before {
  content: '\e859'; }

/* '' */
.icon-video:before {
  content: '\e85a'; }

/* '' */
.icon-picture:before {
  content: '\e85b'; }

/* '' */
.icon-flag:before {
  content: '\e85c'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e85d'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e85e'; }

/* '' */
.icon-download-cloud:before {
  content: '\e85f'; }

/* '' */
.icon-forward:before {
  content: '\e860'; }

/* '' */
.icon-bell:before {
  content: '\e861'; }

/* '' */
.icon-retweet:before {
  content: '\e862'; }

/* '' */
.icon-print:before {
  content: '\e863'; }

/* '' */
.icon-edit:before {
  content: '\e864'; }

/* '' */
.icon-pencil:before {
  content: '\e865'; }

/* '' */
.icon-export:before {
  content: '\e866'; }

/* '' */
.icon-location:before {
  content: '\e867'; }

/* '' */
.icon-trash-empty:before {
  content: '\e868'; }

/* '' */
.icon-doc:before {
  content: '\e869'; }

/* '' */
.icon-folder-open:before {
  content: '\e86a'; }

/* '' */
.icon-folder:before {
  content: '\e86b'; }

/* '' */
.icon-logout:before {
  content: '\e86c'; }

/* '' */
.icon-login:before {
  content: '\e86d'; }

/* '' */
.icon-volume-off:before {
  content: '\e86e'; }

/* '' */
.icon-volume-down:before {
  content: '\e86f'; }

/* '' */
.icon-volume-up:before {
  content: '\e870'; }

/* '' */
.icon-clock:before {
  content: '\e871'; }

/* '' */
.icon-headphones:before {
  content: '\e872'; }

/* '' */
.icon-block:before {
  content: '\e873'; }

/* '' */
.icon-resize-full:before {
  content: '\e874'; }

/* '' */
.icon-resize-small:before {
  content: '\e875'; }

/* '' */
.icon-resize-vertical:before {
  content: '\e876'; }

/* '' */
.icon-resize-horizontal:before {
  content: '\e877'; }

/* '' */
.icon-down-circled2:before {
  content: '\e878'; }

/* '' */
.icon-up-circled2:before {
  content: '\e879'; }

/* '' */
.icon-cw:before {
  content: '\e87a'; }

/* '' */
.icon-ccw:before {
  content: '\e87b'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e87c'; }

/* '' */
.icon-shuffle:before {
  content: '\e87d'; }

/* '' */
.icon-play:before {
  content: '\e87e'; }

/* '' */
.icon-play-circled2:before {
  content: '\e87f'; }

/* '' */
.icon-pause:before {
  content: '\e880'; }

/* '' */
.icon-to-end:before {
  content: '\e881'; }

/* '' */
.icon-stop:before {
  content: '\e882'; }

/* '' */
.icon-to-end-alt:before {
  content: '\e883'; }

/* '' */
.icon-to-start:before {
  content: '\e884'; }

/* '' */
.icon-flight:before {
  content: '\e885'; }

/* '' */
.icon-umbrella:before {
  content: '\e886'; }

/* '' */
.icon-flash:before {
  content: '\e887'; }

/* '' */
.icon-cloud:before {
  content: '\e888'; }

/* '' */
.icon-inbox:before {
  content: '\e889'; }

/* '' */
.icon-award:before {
  content: '\e88a'; }

/* '' */
.icon-target:before {
  content: '\e88b'; }

/* '' */
.icon-eject:before {
  content: '\e88c'; }

/* '' */
.icon-fast-bw:before {
  content: '\e88d'; }

/* '' */
.icon-fast-fw:before {
  content: '\e88e'; }

/* '' */
.icon-to-start-alt:before {
  content: '\e88f'; }

/* '' */
.icon-leaf:before {
  content: '\e890'; }

/* '' */
.icon-scissors:before {
  content: '\e891'; }

/* '' */
.icon-briefcase:before {
  content: '\e892'; }

/* '' */
.icon-off:before {
  content: '\e893'; }

/* '' */
.icon-tint:before {
  content: '\e894'; }

/* '' */
.icon-adjust:before {
  content: '\e895'; }

/* '' */
.icon-book:before {
  content: '\e896'; }

/* '' */
.icon-credit-card:before {
  content: '\e897'; }

/* '' */
.icon-megaphone:before {
  content: '\e898'; }

/* '' */
.icon-move:before {
  content: '\f047'; }

/* '' */
.icon-bookmark-empty:before {
  content: '\f097'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-left-circled:before {
  content: '\f0a8'; }

/* '' */
.icon-right-circled:before {
  content: '\f0a9'; }

/* '' */
.icon-up-circled:before {
  content: '\f0aa'; }

/* '' */
.icon-down-circled:before {
  content: '\f0ab'; }

/* '' */
.icon-filter:before {
  content: '\f0b0'; }

/* '' */
.icon-resize-full-alt:before {
  content: '\f0b2'; }

/* '' */
.icon-beaker:before {
  content: '\f0c3'; }

/* '' */
.icon-docs:before {
  content: '\f0c5'; }

/* '' */
.icon-table:before {
  content: '\f0ce'; }

/* '' */
.icon-magic:before {
  content: '\f0d0'; }

/* '' */
.icon-gplus-squared:before {
  content: '\f0d4'; }

/* '' */
.icon-sort:before {
  content: '\f0dc'; }

/* '' */
.icon-sort-down:before {
  content: '\f0dd'; }

/* '' */
.icon-sort-up:before {
  content: '\f0de'; }

/* '' */
.icon-comment-empty:before {
  content: '\f0e5'; }

/* '' */
.icon-chat-empty:before {
  content: '\f0e6'; }

/* '' */
.icon-paste:before {
  content: '\f0ea'; }

/* '' */
.icon-lightbulb:before {
  content: '\f0eb'; }

/* '' */
.icon-exchange:before {
  content: '\f0ec'; }

/* '' */
.icon-upload-cloud:before {
  content: '\f0ee'; }

/* '' */
.icon-user-md:before {
  content: '\f0f0'; }

/* '' */
.icon-stethoscope:before {
  content: '\f0f1'; }

/* '' */
.icon-suitcase:before {
  content: '\f0f2'; }

/* '' */
.icon-bell-alt:before {
  content: '\f0f3'; }

/* '' */
.icon-coffee:before {
  content: '\f0f4'; }

/* '' */
.icon-food:before {
  content: '\f0f5'; }

/* '' */
.icon-ambulance:before {
  content: '\f0f9'; }

/* '' */
.icon-medkit:before {
  content: '\f0fa'; }

/* '' */
.icon-fighter-jet:before {
  content: '\f0fb'; }

/* '' */
.icon-plus-squared:before {
  content: '\f0fe'; }

/* '' */
.icon-angle-double-left:before {
  content: '\f100'; }

/* '' */
.icon-angle-double-right:before {
  content: '\f101'; }

/* '' */
.icon-angle-double-up:before {
  content: '\f102'; }

/* '' */
.icon-angle-double-down:before {
  content: '\f103'; }

/* '' */
.icon-laptop:before {
  content: '\f109'; }

/* '' */
.icon-tablet:before {
  content: '\f10a'; }

/* '' */
.icon-quote-left:before {
  content: '\f10d'; }

/* '' */
.icon-quote-right:before {
  content: '\f10e'; }

/* '' */
.icon-reply:before {
  content: '\f112'; }

/* '' */
.icon-folder-empty:before {
  content: '\f114'; }

/* '' */
.icon-folder-open-empty:before {
  content: '\f115'; }

/* '' */
.icon-flag-empty:before {
  content: '\f11d'; }

/* '' */
.icon-flag-checkered:before {
  content: '\f11e'; }

/* '' */
.icon-code:before {
  content: '\f121'; }

/* '' */
.icon-reply-all:before {
  content: '\f122'; }

/* '' */
.icon-star-half-alt:before {
  content: '\f123'; }

/* '' */
.icon-direction:before {
  content: '\f124'; }

/* '' */
.icon-crop:before {
  content: '\f125'; }

/* '' */
.icon-unlink:before {
  content: '\f127'; }

/* '' */
.icon-help:before {
  content: '\f128'; }

/* '' */
.icon-info:before {
  content: '\f129'; }

/* '' */
.icon-attention-alt:before {
  content: '\f12a'; }

/* '' */
.icon-mic:before {
  content: '\f130'; }

/* '' */
.icon-mute:before {
  content: '\f131'; }

/* '' */
.icon-calendar-empty:before {
  content: '\f133'; }

/* '' */
.icon-extinguisher:before {
  content: '\f134'; }

/* '' */
.icon-rocket:before {
  content: '\f135'; }

/* '' */
.icon-angle-circled-left:before {
  content: '\f137'; }

/* '' */
.icon-angle-circled-right:before {
  content: '\f138'; }

/* '' */
.icon-angle-circled-up:before {
  content: '\f139'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\f13a'; }

/* '' */
.icon-ellipsis:before {
  content: '\f141'; }

/* '' */
.icon-ellipsis-vert:before {
  content: '\f142'; }

/* '' */
.icon-rss-squared:before {
  content: '\f143'; }

/* '' */
.icon-minus-squared:before {
  content: '\f146'; }

/* '' */
.icon-minus-squared-alt:before {
  content: '\f147'; }

/* '' */
.icon-level-up:before {
  content: '\f148'; }

/* '' */
.icon-level-down:before {
  content: '\f149'; }

/* '' */
.icon-pencil-squared:before {
  content: '\f14b'; }

/* '' */
.icon-link-ext-alt:before {
  content: '\f14c'; }

/* '' */
.icon-export-alt:before {
  content: '\f14d'; }

/* '' */
.icon-compass:before {
  content: '\f14e'; }

/* '' */
.icon-expand:before {
  content: '\f150'; }

/* '' */
.icon-collapse:before {
  content: '\f151'; }

/* '' */
.icon-expand-right:before {
  content: '\f152'; }

/* '' */
.icon-doc-inv:before {
  content: '\f15b'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\f15c'; }

/* '' */
.icon-thumbs-up-alt:before {
  content: '\f164'; }

/* '' */
.icon-thumbs-down-alt:before {
  content: '\f165'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-dropbox:before {
  content: '\f16b'; }

/* '' */
.icon-adn:before {
  content: '\f170'; }

/* '' */
.icon-down:before {
  content: '\f175'; }

/* '' */
.icon-up:before {
  content: '\f176'; }

/* '' */
.icon-left:before {
  content: '\f177'; }

/* '' */
.icon-right:before {
  content: '\f178'; }

/* '' */
.icon-android:before {
  content: '\f17b'; }

/* '' */
.icon-female:before {
  content: '\f182'; }

/* '' */
.icon-male:before {
  content: '\f183'; }

/* '' */
.icon-sun:before {
  content: '\f185'; }

/* '' */
.icon-moon:before {
  content: '\f186'; }

/* '' */
.icon-box:before {
  content: '\f187'; }

/* '' */
.icon-right-circled2:before {
  content: '\f18e'; }

/* '' */
.icon-left-circled2:before {
  content: '\f190'; }

/* '' */
.icon-collapse-left:before {
  content: '\f191'; }

/* '' */
.icon-wheelchair:before {
  content: '\f193'; }

/* '' */
.icon-plus-squared-alt:before {
  content: '\f196'; }

/* '' */
.icon-space-shuttle:before {
  content: '\f197'; }

/* '' */
.icon-mail-squared:before {
  content: '\f199'; }

/* '' */
.icon-wordpress:before {
  content: '\f19a'; }

/* '' */
.icon-bank:before {
  content: '\f19c'; }

/* '' */
.icon-graduation-cap:before {
  content: '\f19d'; }

/* '' */
.icon-fax:before {
  content: '\f1ac'; }

/* '' */
.icon-building-filled:before {
  content: '\f1ad'; }

/* '' */
.icon-child:before {
  content: '\f1ae'; }

/* '' */
.icon-paw:before {
  content: '\f1b0'; }

/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }

/* '' */
.icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4'; }

/* '' */
.icon-file-image:before {
  content: '\f1c5'; }

/* '' */
.icon-file-archive:before {
  content: '\f1c6'; }

/* '' */
.icon-file-audio:before {
  content: '\f1c7'; }

/* '' */
.icon-file-code:before {
  content: '\f1c9'; }

/* '' */
.icon-paper-plane:before {
  content: '\f1d8'; }

/* '' */
.icon-paper-plane-empty:before {
  content: '\f1d9'; }

/* '' */
.icon-history:before {
  content: '\f1da'; }

/* '' */
.icon-sliders:before {
  content: '\f1de'; }

/* '' */
.icon-share:before {
  content: '\f1e0'; }

/* '' */
.icon-share-squared:before {
  content: '\f1e1'; }

/* '' */
.icon-wifi:before {
  content: '\f1eb'; }

/* '' */
.icon-cc-visa:before {
  content: '\f1f0'; }

/* '' */
.icon-cc-mastercard:before {
  content: '\f1f1'; }

/* '' */
.icon-cc-discover:before {
  content: '\f1f2'; }

/* '' */
.icon-cc-amex:before {
  content: '\f1f3'; }

/* '' */
.icon-cc-paypal:before {
  content: '\f1f4'; }

/* '' */
.icon-cc-stripe:before {
  content: '\f1f5'; }

/* '' */
.icon-bell-off:before {
  content: '\f1f6'; }

/* '' */
.icon-bell-off-empty:before {
  content: '\f1f7'; }

/* '' */
.icon-trash:before {
  content: '\f1f8'; }

/* '' */
.icon-copyright:before {
  content: '\f1f9'; }

/* '' */
.icon-brush:before {
  content: '\f1fc'; }

/* '' */
.icon-birthday:before {
  content: '\f1fd'; }

/* '' */
.icon-chart-area:before {
  content: '\f1fe'; }

/* '' */
.icon-chart-pie:before {
  content: '\f200'; }

/* '' */
.icon-chart-line:before {
  content: '\f201'; }

/* '' */
.icon-toggle-off:before {
  content: '\f204'; }

/* '' */
.icon-toggle-on:before {
  content: '\f205'; }

/* '' */
.icon-cart-plus:before {
  content: '\f217'; }

/* '' */
.icon-cart-arrow-down:before {
  content: '\f218'; }

/* '' */
.icon-diamond:before {
  content: '\f219'; }

/* '' */
.icon-user-secret:before {
  content: '\f21b'; }

/* '' */
.icon-street-view:before {
  content: '\f21d'; }

/* '' */
.icon-heartbeat:before {
  content: '\f21e'; }

/* '' */
.icon-facebook-official:before {
  content: '\f230'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-user-plus:before {
  content: '\f234'; }

/* '' */
.icon-user-times:before {
  content: '\f235'; }

/* '' */
.icon-bed:before {
  content: '\f236'; }

/* '' */
.icon-hand-grab-o:before {
  content: '\f255'; }

/* '' */
.icon-hand-paper-o:before {
  content: '\f256'; }

/* '' */
.icon-hand-scissors-o:before {
  content: '\f257'; }

/* '' */
.icon-hand-lizard-o:before {
  content: '\f258'; }

/* '' */
.icon-hand-spock-o:before {
  content: '\f259'; }

/* '' */
.icon-hand-pointer-o:before {
  content: '\f25a'; }

/* '' */
.icon-hand-peace-o:before {
  content: '\f25b'; }

/* '' */
.icon-chrome:before {
  content: '\f268'; }

/* '' */
.icon-firefox:before {
  content: '\f269'; }

/* '' */
.icon-opera:before {
  content: '\f26a'; }

/* '' */
.icon-internet-explorer:before {
  content: '\f26b'; }

/* '' */
.icon-television:before {
  content: '\f26c'; }

/* '' */
.icon-calendar-plus-o:before {
  content: '\f271'; }

/* '' */
.icon-calendar-minus-o:before {
  content: '\f272'; }

/* '' */
.icon-calendar-times-o:before {
  content: '\f273'; }

/* '' */
.icon-calendar-check-o:before {
  content: '\f274'; }

/* '' */
.icon-commenting:before {
  content: '\f27a'; }

/* '' */
.icon-commenting-o:before {
  content: '\f27b'; }

/* '' */
.icon-volume-control-phone:before {
  content: '\f2a0'; }

/* '' */
.icon-twitter-squared:before {
  content: '\f304'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
/*
■フォントサイズ
@include font-size(16);

※実際のフォントサイズとほぼ同じになる計算。ミックスインにより、pxとremで展開される。
※rem：一番親に設定されているフォントサイズを元にしている。今回は<html>を親に設定。
　<html>のフォントサイズを変更すれば、すべてのフォントサイズが連動する。

---------------------------------------------------------

■クリアフィックス
@include clearfix();

※フロートの解除に使用する。親要素に対してインクルードする。

---------------------------------------------------------

■ボックスシャドウ
@include box-shadow(0px 0px 5px 0px rgba(0,0,0,0.1));

※ベンダープレフィックス付きのボックスシャドウミックスイン。
※()内は通常のボックスシャドウCSSと同じ

---------------------------------------------------------

■要素の縦センター
@include vertical-align();

※要素を中央に配置するが、要素の左上が基準となるため、要素の長さの半分を上にズラす必要あり。

---------------------------------------------------------

■トランスフォーム
@include transform(scale(3.0));

※ベンダープレフィックス付き
※()内にトランスフォームの内容が入る

---------------------------------------------------------

■グラデーション
@include gradient($gradation_end,$mainColor,horizontal);
@include gradient(#ffffff,#000000,vertical);
@include gradient(#ff0000,#00ff00,radial);

※ベンダープレフィックス付きグラデーション
※第一引数と第二引数で色を設定すればOK
※3つ目の引数を設定しない場合は円形になる

---------------------------------------------------------

■ボタンが沈むアニメーション
button {
	@include anime(0.2);
	@include btn_step1(#ff0000,5);
	&:hover {
		@include btn_step2(#aa0000,5);
}

※btn_step1をボタンの要素に、btn_step2をホバーに設定する。
※アニメーションさせる場合は anime(秒数) もインクルードすること。
※btn_step●()の引数にはカラーコードと、ボタンのシャドウの厚みを入れる

---------------------------------------------------------

■アンチエイリアス
@include smooth();

※アップルのサイトで使われていたりするあれ。フォントにアンチエイリアスがかかってキレイになるが、細くなるので注意。

---------------------------------------------------------

■アニメーション
@include anime(0.2);

※アニメーションをONにする
※()内は秒数が入る

---------------------------------------------------------

■角丸
@include borad(100);

※ボックスを角丸にする。ベンダープレフィックス付き
※単位はpx

---------------------------------------------------------

■左だけ角丸
@include borad-left(100);

■右だけ角丸
@include borad-right(100);

※複数の並んだボタンの両サイドを丸くするときに使用

---------------------------------------------------------

■iPhoneのボタンの初期スタイルをオフにする
@include iPhone();

※フォームの送信ボタンをCSSで作るときに使用

---------------------------------------------------------

■部分的なリセット用
@include reset();

※読み込む順番に注意。最後の方で読み込むとすべてリセットされてしまう。


*/
