@charset "utf-8";
/* 標準ではコメントアウト */
/*
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width:991px) {
  .c_back-top:before {
    background-image: none;
    background-color: #0b82bf;
    border-radius: 100%;
    content: "\f0d9";
    font-family: FontAwesome;
    color: #fff;
    line-height: 8px;
    font-size: 8px;
    text-align: center;
    padding: 2px 0;
  }
}
@media screen and (min-width:992px) {
  .c_back-top:before {
    background-image: none;
    background-color: #0b82bf;
    border-radius: 100%;
    content: "\f0d9";
    font-family: FontAwesome;
    color: #fff;
    line-height: 18px;
    font-size: 8px;
    text-align: center;
  }
}
.c_check-mark.success:before {
  background-image: none;
  background-color: #0b82bf;
  border-radius: 100%;
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  line-height: 18px;
  font-size: 8px;
  text-align: center;
}
@media screen and (max-width:991px) {
  i.menu-opener::after {
    display: block;
    color: #0b82bf;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    font-style: normal;
  }
  i.menu-opener {
    background-image: none;
  }
}
.c_checkbox i.check-mark:before {
  content: "\f00c";
  background-image: none;
  font-family: FontAwesome;
  font-style: normal;
  color: #0b82bf;
  line-height: 12px;
  padding: 1px;
  text-align: center;
}

*/