.c-bnr-tel {
  padding: 10px 18px;
  padding-bottom: 24px;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 430px;
  text-align: center;
}

.c-bnr-tel-hl {
  background-color: #cf000e;
  padding: 6px 10px;
  color: white;
  font-weight: bold;
  line-height: 1.4;
  font-size: 11px;
  margin-right: 1rem;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .c-bnr-tel-hl {
    padding: 12px 20px;
    font-size: 13px;
  }
}
.c-bnr-tel-hl i {
  color: yellow;
}

.c-title {
  text-align: center;
  padding-bottom: 7vw;
  font-size: 175%;
}
@media (min-width: 768px) {
  .c-title {
    font-size: 2.65rem;
    padding-bottom: 50px;
  }
}

.c-title-02 {
  position: relative;
  font-size: 150%;
  text-align: center;
  padding-bottom: 0.42em;
  margin-bottom: 2em;
}
.c-title-02::before {
  content: "";
  height: 0.2em;
  width: 2.3em;
  border-radius: 0.25em;
  background-color: #e10001;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-title-03 {
  border-bottom: 3px solid #adacac;
  font-size: 125%;
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.75;
}
.c-title-03::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.2em;
  border-radius: 0.2em;
  background-color: #e10001;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-title-04 {
  position: relative;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}
.c-title-04::before {
  content: "";
  position: absolute;
  bottom: -1px;
  overflow: hidden;
  display: block;
  width: 30%;
  line-height: 0;
  border-bottom: 1px solid #cf000e;
}

.page h3::after {
  content: none;
}

@media (max-width: 767.8px) {
  #site-header .site-header-logo {
    padding-left: 64px;
    padding-right: 64px;
  }
  #site-header .site-header-logo .txt {
    font-size: 60%;
  }
}

.gnav-checkbox:checked ~ .gnav-checkbox-label span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnav-checkbox:checked ~ .gnav-checkbox-label span::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gnav-checkbox:checked ~ .gnav-checkbox-label span::after {
  opacity: 0;
}

@media (min-width: 768px) {
  .gnav-checkbox-label {
    display: none;
  }
}
@media (max-width: 767.8px) {
  .gnav-checkbox-label {
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: fixed;
    z-index: 10010;
    left: 8px;
    top: 8px;
    background-color: black;
    -webkit-box-shadow: 0 1px 4px rgba(255, 255, 255, 0.1);
            box-shadow: 0 1px 4px rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }
  .admin-bar .gnav-checkbox-label {
    top: 62px;
  }
  .gnav-checkbox-label span {
    position: absolute;
    left: 8px;
    top: 23px;
    display: block;
    height: 2px;
    width: 32px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .gnav-checkbox-label span::before, .gnav-checkbox-label span::after {
    content: "";
    display: block;
    height: 2px;
    width: 32px;
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .gnav-checkbox-label span::before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .gnav-checkbox-label span::after {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

#gnav #menu-menu_01 {
  display: block;
}
@media (min-width: 768px) {
  #gnav #menu-menu_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.8px) {
  #gnav #menu-menu_01 > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  #gnav #menu-menu_01 > li a {
    height: auto;
    padding: 15px 10px;
    border: 0;
  }
}
@media (max-width: 767.8px) {
  #gnav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 80px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -webkit-transform: translate(-120%);
            transform: translate(-120%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    pointer-events: none;
  }
  .gnav-checkbox:checked ~ #gnav {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  body #gnav > .gnav-inner {
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    white-space: normal;
  }
}

.clone-nav {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: -120%;
  left: 0;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  background: #ffffff;
  font-size: 0;
  margin-top: 0;
  padding: 0 0 0;
}
@media (min-width: 960px) {
  .clone-nav {
    min-width: 1280px;
  }
}
.clone-nav.is-fixed-nav {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.clone-nav .menu a {
  display: block;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 11px 0px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  min-width: 80px;
}

.clone-nav .menu:first-child a {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.clone-nav .menu a:hover {
  color: #fff;
  background-color: #bf1733;
}

.clone-nav .gnav-inner {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  max-width: 1140px;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.clone-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-horizontal.vk_post .vk_post_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
}

.card-horizontal .vk_post_body.card-body {
  padding: 10px;
}
.card-horizontal .vk_post_imgOuter_singleTermLabel {
  background-color: rgba(0, 0, 0, 0.5) !important;
  padding: 0.3em 0.8em;
}
.card-horizontal .vk_post_date .tags a {
  font-size: 10px;
}

#menu-footer_menu_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 30px;
}
#menu-footer_menu_01 > li {
  margin-left: 8px;
  margin-right: 8px;
}

.archive-video iframe {
  width: 100%;
}/*# sourceMappingURL=common.css.map */