@charset "UTF-8";
/*
 Theme Name:   Custom Theme
 Description:  Lightning Pro Child Theme 
 Author:       Shintaro Sudo
 Author URI:   http://vivid-plus.com
 Template:     lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.color-main {
  color: #05750b;
}

.color-green {
  color: #6a8026;
}

.serif {
  font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif, sans-serif !important;
}

.full-width {
  margin: 0 calc(50% - 50vw);
  padding: 1em calc(50vw - 50%);
}

.container-wide {
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem;
}

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

.mb-1 {
  margin-bottom: 0.5em;
}

.mt-1 {
  margin-top: 0.5em;
}

.ml-1 {
  margin-: left 0.5em;
}

.mr-1 {
  margin-right: 0.5em;
}

.mb-2 {
  margin-bottom: 1em;
}

.mt-2 {
  margin-top: 1em;
}

.ml-2 {
  margin-: left 1em;
}

.mr-2 {
  margin-right: 1em;
}

.mb-3 {
  margin-bottom: 1.5em;
}

.mt-3 {
  margin-top: 1.5em;
}

.ml-3 {
  margin-: left 1.5em;
}

.mr-3 {
  margin-right: 1.5em;
}

.mb-4 {
  margin-bottom: 2em;
}

.mt-4 {
  margin-top: 2em;
}

.ml-4 {
  margin-: left 2em;
}

.mr-4 {
  margin-right: 2em;
}

.mb-5 {
  margin-bottom: 2.5em;
}

.mt-5 {
  margin-top: 2.5em;
}

.ml-5 {
  margin-: left 2.5em;
}

.mr-5 {
  margin-right: 2.5em;
}

.mb-6 {
  margin-bottom: 3em;
}

.mt-6 {
  margin-top: 3em;
}

.ml-6 {
  margin-: left 3em;
}

.mr-6 {
  margin-right: 3em;
}

.mb-7 {
  margin-bottom: 3.5em;
}

.mt-7 {
  margin-top: 3.5em;
}

.ml-7 {
  margin-: left 3.5em;
}

.mr-7 {
  margin-right: 3.5em;
}

.mb-8 {
  margin-bottom: 4em;
}

.mt-8 {
  margin-top: 4em;
}

.ml-8 {
  margin-: left 4em;
}

.mr-8 {
  margin-right: 4em;
}

.mb-9 {
  margin-bottom: 4.5em;
}

.mt-9 {
  margin-top: 4.5em;
}

.ml-9 {
  margin-: left 4.5em;
}

.mr-9 {
  margin-right: 4.5em;
}

.mb-10 {
  margin-bottom: 5em;
}

.mt-10 {
  margin-top: 5em;
}

.ml-10 {
  margin-: left 5em;
}

.mr-10 {
  margin-right: 5em;
}

.mb-n6 {
  margin-bottom: -3em;
}

.mt-n6 {
  margin-top: -3em;
}

.ml-n6 {
  margin-: left -3em;
}

.mr-n6 {
  margin-right: -3em;
}

.mb-n7 {
  margin-bottom: -3.5em;
}

.mt-n7 {
  margin-top: -3.5em;
}

.ml-n7 {
  margin-: left -3.5em;
}

.mr-n7 {
  margin-right: -3.5em;
}

.mb-n8 {
  margin-bottom: -4em;
}

.mt-n8 {
  margin-top: -4em;
}

.ml-n8 {
  margin-: left -4em;
}

.mr-n8 {
  margin-right: -4em;
}

.mb-n9 {
  margin-bottom: -4.5em;
}

.mt-n9 {
  margin-top: -4.5em;
}

.ml-n9 {
  margin-: left -4.5em;
}

.mr-n9 {
  margin-right: -4.5em;
}

.mb-n10 {
  margin-bottom: -5em;
}

.mt-n10 {
  margin-top: -5em;
}

.ml-n10 {
  margin-: left -5em;
}

.mr-n10 {
  margin-right: -5em;
}

.badge-main {
  background-color: #2e3180;
  color: white;
  padding: 0.25em 0.5em;
  color: white;
  font-size: 1em;
  font-weight: 400;
}

.lh-0 {
  line-height: 0;
}

.border-0 {
  border: 0;
}
.border-0:after {
  border: 0;
}

.border-1 {
  border-bottom: 8px solid #c61700;
  margin-top: -56px;
}

hr.bg-gradient {
  padding: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}
a:hover {
  color: #034206;
}

.pointer-none {
  pointer-events: none;
}

/* 旧スタイル */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.post img.alignright, div.alignright {
  margin: 10px 0 30px 30px;
  display: inline;
}

.post img.alignleft, div.alignleft {
  margin: 10px 30px 30px 0;
  display: inline;
}

.post img.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto;
}

.list-style-none {
  list-style: none;
}
.list-style-none ul {
  list-style: none;
}

.red {
  color: #ff3366;
}

/* オリジナルスタイル */
.vivitas-style-heading {
  padding: 6px 0;
  border-bottom: 2px solid #05750b;
}

.heading-container {
  margin-bottom: 0;
  color: #222;
  box-shadow: 0 2px 0 #ccc;
  border-left: 5px solid #034206;
}
.heading-container .vk_outer_container {
  padding: 12px 15px !important;
  background-color: rgba(230, 230, 230, 0.4);
  background-image: repeating-linear-gradient(-45deg, #FFF, #FFF 6px, transparent 0, transparent 10px);
}
.heading-container .vk_outer_container h2 {
  color: #000;
}
.heading-container .vk_outer_container .row {
  display: block;
}
.heading-container .vk_outer_container .row .vk_gridColumn_item {
  max-width: 100%;
  width: 100%;
}
.heading-container a {
  display: block;
  text-align: center;
  background: #034206;
  height: 50px;
  position: absolute;
  top: -35px;
  right: 0;
  line-height: 50px;
  color: #FFF;
  padding: 7px 10px;
  transition: 300ms;
}
.heading-container a i {
  margin-right: 0;
  font-size: 16px;
}
.heading-container a span {
  display: block;
  font-size: 11px !important;
  margin-top: 2px;
}
.heading-container a:hover {
  background-color: #05750b;
  color: #FFF;
}

/* Header */
.site-header-logo img {
  width: 100%;
}

#site-header-container .vk_outer_container {
  min-height: 0;
}
#site-header-container .mobile_header_search form.vk-filter-search {
  display: flex;
}
#site-header-container .mobile_header_search form.vk-filter-search .btn[type=submit] {
  width: 25%;
  margin-top: 0;
  letter-spacing: inherit;
  font-size: 12px;
  padding: 0;
}
#site-header-container .mobile_header_search .vkfs__outer-wrap {
  margin-bottom: 0;
}
#site-header-container .mobile_header_search .vkfs__label-name {
  display: none;
}

.global-nav {
  border-top: 0;
  border-bottom: 4px solid #034206;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  background-color: #05750b;
}

.global-nav--layout--penetration .global-nav-list {
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
.global-nav--layout--penetration .global-nav-list > li {
  width: auto;
  background: #05750b;
  width: 25%;
}
.global-nav--layout--penetration .global-nav-list > li:first-child {
  border-left: 0;
  border-right: 0;
}
.global-nav--layout--penetration .global-nav-list > li a {
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.global-nav--layout--penetration .global-nav-list > li a:hover {
  background-color: #034206;
}
.global-nav--layout--penetration .global-nav-list > li.current-menu-item a {
  background-color: #034206;
}

.header_scrolled .global-nav {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
  background-color: #FFF;
}
.header_scrolled .global-nav .global-nav-list > li {
  border-right: 0;
  background: #FFF;
}
.header_scrolled .global-nav .global-nav-list > li > a {
  color: #222;
  background-color: #FFF;
}
.header_scrolled .global-nav .global-nav-list > li > a:hover {
  color: #FFF;
  background-color: #034206;
}
.header_scrolled #news-category-list {
  justify-content: center;
  display: none !important;
}

@media screen and (min-width: 992px) {
  .global-nav--layout--penetration .global-nav-list > li > a {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
}
#site-header #site-header-container {
  position: relative;
}
#site-header #site-header-container .site-header-logo-caption {
  position: absolute;
  left: 265px;
  top: 52px;
  font-size: 1.2em;
  margin: 0;
  color: #05750b;
}
#site-header #site-header-container .login_area {
  position: absolute;
  top: -35px;
  right: 15px;
  z-index: 1;
}
#site-header #site-header-container .login_area .btn {
  height: 35px;
}

.header_scrolled #site-header #site-header-container .site-header-logo-caption {
  display: none;
}
.header_scrolled #site-header #site-header-container .login_area {
  top: 2px;
}

@media screen and (max-width: 1200px) {
  #site-header #site-header-container .site-header-logo-caption {
    top: 24px;
  }
}
@media screen and (max-width: 992px) {
  #site-header #site-header-container .site-header-logo {
    max-width: 150px;
    left: 50px;
    position: relative;
  }
  #site-header #site-header-container .site-header-logo-caption {
    top: 0;
  }
  #site-header #site-header-container .login_area {
    right: 6px !important;
    top: 6px;
  }
  #news-category-list li.menu-item {
    border: 1px solid #ddd !important;
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #site-header #site-header-container .site-header-logo-caption {
    position: relative;
    left: 50px;
    font-size: 0.9em;
  }
}
.header-top .header-top-contact-btn {
  right: 152px;
}
.header-top .header-top-contact-btn .btn {
  background-color: #ff7b23;
  border-color: #ff7b23;
  transition: 150ms;
}
.header-top .header-top-contact-btn .btn:hover {
  opacity: 0.8;
}

.site-header-sub {
  margin-top: 10px !important;
  margin-bottom: 0;
}
.site-header-sub .widget {
  margin-bottom: 12px;
}
.site-header-sub .widget_vkexunit_banner img {
  width: auto;
  height: 70px;
  margin-right: 3em;
}
.site-header-sub .header-search {
  max-width: 400px;
}
.site-header-sub .vkfs {
  margin-bottom: 0;
}
.site-header-sub .vkfs .vkfs__outer-wrap {
  margin-bottom: 0;
}
.site-header-sub .vkfs .vkfs__outer-wrap .vkfs__label-name {
  display: none;
}
.site-header-sub .vkfs .vkfs__outer-wrap input[type=text], .site-header-sub .vkfs .vkfs__outer-wrap input[type=select] {
  padding: 0.425em 1em;
}
.site-header-sub .vkfs input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.3em;
  width: 32%;
  letter-spacing: 0;
  margin-right: 0.34em;
}

/* Site Body */
.site-body {
  padding-top: 2.5em;
}

.home .site-body.site-body--base--on {
  padding-top: 1.5em !important;
}
.home .site-body.site-body--base--on .main-section {
  margin-top: -20px;
  border-radius: 0;
}
.home .vk_slider .swiper-button-next, .home .vk_slider .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.4);
  color: #FfF;
}

.main-section {
  padding: 15px;
}

.news-category-menu {
  display: none;
}

.home .news-category-menu {
  display: block;
}

#news-category-list {
  overflow-x: auto;
  flex-wrap: inherit;
  border-bottom: 0;
  justify-content: space-between;
}
#news-category-list li.menu-item {
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 0;
  border-top: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100%;
}
#news-category-list li.menu-item a {
  display: block;
  padding: 5px 1em;
  color: #034206;
  font-weight: bold;
}
#news-category-list li.menu-item a.active {
  background-color: #034206;
  color: #FFF;
}
#news-category-list li.menu-item a:hover {
  background-color: #05750b;
  color: #FFF;
}
#news-category-list li.menu-item:first-child {
  border-left: 1px solid #ddd;
}
#news-category-list li.menu-item.current-menu-item {
  border-bottom: 4px solid #034206;
}
#news-category-list li.menu-item.current-menu-item a {
  color: #034206;
  text-decoration: none;
}

#news-tab-content.tab-content > .tab-pane {
  border-right: 1px solid #ccc;
  padding: 0px 15px 10px 0;
  margin-top: -15px;
  background: none;
}

.latest-news-list {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.latest-news-list .vk_post:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  font-weight: bold;
  background: rgb(221, 221, 221);
  border-radius: 50%;
}
.latest-news-list .vk_post.postListText {
  padding: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.latest-news-list .vk_post .postListText_title {
  display: inline;
}
.latest-news-list .vk_post .postListText_title a {
  font-weight: bold;
}

.photo-news-container.wp-block-column:not(:first-child) {
  margin-left: 15px;
}

.slide-photo-news .vk_post_excerpt {
  display: none;
}
.slide-photo-news.swiper-container-horizontal > .swiper-pagination-bullets {
  padding-left: 1rem;
  padding-right: 1rem;
  bottom: -4px;
}
.slide-photo-news.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
}

.feature-category-list.vk_posts .card {
  margin-bottom: 0.75em;
}
.feature-category-list.vk_posts .card.vk_post .card-body {
  padding-top: 0.3em;
}
.feature-category-list.vk_posts .card.vk_post .vk_post_excerpt {
  margin: 0.1em 0;
}
.feature-category-list.vk_posts .card .vk_post_imgOuter {
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
}

@media screen and (min-width: 992px) {
  .breadcrumb-list {
    font-size: 1.2em;
  }
}
/* コンテンツ */
@media (min-width: 1400px) {
  .entry-body > .vk_posts > .vk_post-col-xxl-12 .vk_post_title, .main-section > .vk_posts > .vk_post-col-xxl-12 .vk_post_title {
    font-size: 21px;
  }
}
.vk_post_title_new {
  border-radius: 2px;
  background-color: #ff7b23;
  padding: 0 3px;
  color: #FFF;
}

.vk_posts .vk_post .postListText_title a {
  color: #05750b;
  -webkit-text-decoration: 0;
          text-decoration: 0;
}
.vk_posts .vk_post .postListText_title a:hover {
  color: #034206;
  text-decoration: underline;
}
.vk_posts .vk_post .media-img {
  display: none;
}
.vk_posts .vk_post.has-post-thumbnail .media-img {
  display: block;
}

.posted_by_author-220 #padSection, .posted_by_author-unknown #padSection, .posted_by_author-1989 #padSection {
  display: none !important;
}

.next-prev {
  display: none;
}

.veu_followSet {
  display: none;
}

.followMeBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  padding: 10px 30px;
  background: #f3f6f3;
  background-color: rgba(240, 240, 240, 0.875);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 0, transparent 14px);
}
.followMeBox .follow_title, .followMeBox .follow-twitter, .followMeBox .follow-feedly {
  display: inline-block;
}
.followMeBox .follow_title {
  font-weight: bold;
  margin-right: 40px;
}
.followMeBox .follow_title p {
  margin: 0;
  font-size: 1.2em;
}
.followMeBox .follow-twitter {
  margin-right: 20px;
}
.followMeBox .follow-twitter iframe {
  display: block;
  margin: 0;
}
.followMeBox .follow-feedly {
  margin-right: 20px;
}
.followMeBox .follow-feedly a {
  display: block;
}

.veu_relatedPosts .relatedPosts_item > .media {
  padding: 0.5em 0;
}
.veu_relatedPosts .relatedPosts_item > .media .media-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1px;
}

.relatedPost_ranking .wpp-list {
  counter-reset: wpp-ranking 0;
  padding-left: 0;
}
.relatedPost_ranking .wpp-list li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 7px 0;
  margin: 0;
}
.relatedPost_ranking .wpp-list li:before {
  counter-increment: wpp-ranking 1;
  content: counter(wpp-ranking) ".";
  flex: 0;
  font-size: 1.65rem;
  line-height: 1;
  font-style: italic;
  font-weight: bold;
  color: #034206;
  padding-left: 8px;
  margin-right: 8px;
  margin-top: 0.25em;
  vertical-align: top;
}
.relatedPost_ranking .wpp-list li .media-heading {
  width: 25em;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .relatedPost_ranking .wpp-list li .wpp-thumbnail {
    width: 50px;
  }
  .relatedPost_ranking .wpp-list li .media-heading {
    width: 15em;
  }
  .relatedPost_ranking .wpp-list li .wpp-excerpt {
    display: none;
  }
}

/***** サイド *****/
#block-4, #block-5 {
  display: none;
}

.sub-section {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.sub-section .widget .card {
  border-radius: 0;
}
.sub-section .widget .widget-title.sub-section-title {
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 0;
  border-top: 2px solid #034206;
  border-bottom: 2px solid #ddd;
  margin-bottom: 0;
}
.sub-section .widget .widget-title.sub-section-title::after {
  border-bottom: 0;
}
.sub-section .widget .vk_accordion-target {
  background-color: #FFF;
}
.sub-section .widget .wpp-list {
  background-color: #FFF;
  padding-left: 0;
  counter-reset: wpp-ranking 0;
}
.sub-section .widget .wpp-list li {
  display: flex;
  border-bottom: 1px solid #CCC;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sub-section .widget .wpp-list li .wpp-text-box {
  padding-right: 8px;
  width: 85%;
}
.sub-section .widget .wpp-list li .wpp-post-title {
  display: inline-block;
  font-size: 13px;
  color: #222;
  font-weight: bold;
}
.sub-section .widget .wpp-list li .wpp-date {
  font-size: 12px;
  color: #888;
}
.sub-section .widget .wpp-list li .wpp-thumbnail {
  padding-right: 10px;
}
.sub-section .widget .wpp-list li::before {
  counter-increment: wpp-ranking 1;
  content: counter(wpp-ranking) ".";
  flex: 0;
  font-size: 1.65rem;
  line-height: 1;
  font-style: italic;
  font-weight: bold;
  color: #034206;
  padding-left: 8px;
  margin-right: 8px;
  margin-top: 0.25em;
  vertical-align: top;
}
.sub-section .widget .aside-jingo .card, .sub-section .widget .aside-trivia .card {
  margin-bottom: 0;
}
.sub-section .widget .aside-jingo .card .card-body, .sub-section .widget .aside-trivia .card .card-body {
  padding: 15px 15px 50px;
}
.sub-section .widget .aside-trivia .card {
  margin-bottom: 0;
}
.sub-section .widget .aside-trivia .card .card-title {
  display: none;
}
.sub-section .widget .aside-trivia .card .card-text {
  margin-top: 0;
}
.sub-section .widget .exlink-list {
  padding-left: 0;
}
.sub-section .widget .exlink-list > li {
  margin-left: 1em;
  margin-right: 1em;
}
.sub-section .widget .exlink-list > li .sub-menu {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 0.5em;
}
.sub-section .widget .exlink-list > li .sub-menu > li {
  margin-top: 0.5em;
}

/***** フッター *****/
.site-body-bottom .footer-bnr figure {
  margin: 3em 0;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .veu_profile .sns_btns {
  display: flex;
  justify-content: center;
}

/***** アーカイブ *****/
.archive .entry-body > .vk_posts > .media.vk_post-col-lg-12, .archive .main-section > .vk_posts > .media.vk_post-col-lg-12, .post-name-latest-news .entry-body > .vk_posts > .media.vk_post-col-lg-12, .post-name-latest-news .main-section > .vk_posts > .media.vk_post-col-lg-12, .search .entry-body > .vk_posts > .media.vk_post-col-lg-12, .search .main-section > .vk_posts > .media.vk_post-col-lg-12 {
  padding: 1em 0;
}
.archive .vk_post.vk_post-btn-display.media .vk_post_body, .post-name-latest-news .vk_post.vk_post-btn-display.media .vk_post_body, .search .vk_post.vk_post-btn-display.media .vk_post_body {
  padding-bottom: 30px;
}
.archive .vk_post.vk_post-btn-display.media .vk_post_body .vk_post_title, .post-name-latest-news .vk_post.vk_post-btn-display.media .vk_post_body .vk_post_title, .search .vk_post.vk_post-btn-display.media .vk_post_body .vk_post_title {
  display: inline;
}
.archive .vk_post.vk_post-btn-display.media .vk_post_body .vk_post_date, .post-name-latest-news .vk_post.vk_post-btn-display.media .vk_post_body .vk_post_date, .search .vk_post.vk_post-btn-display.media .vk_post_body .vk_post_date {
  display: inline-block;
  margin-left: 1em;
}
.archive .vk_post.vk_post-btn-display.media .vk_post_body .vk_post_excerpt, .post-name-latest-news .vk_post.vk_post-btn-display.media .vk_post_body .vk_post_excerpt, .search .vk_post.vk_post-btn-display.media .vk_post_body .vk_post_excerpt {
  margin: 0.5rem 0;
}

/***** 記事ページ *****/
.swpm-more-tag-not-logged-in, .swpm-post-not-logged-in-msg {
  display: none;
}
.swpm-more-tag-not-logged-in .not-login-btn-trial, .swpm-post-not-logged-in-msg .not-login-btn-trial {
  background-color: #ff7b23;
  color: #FFF;
  box-shadow: 0 2px 0 #852;
  border-color: #ef7b23;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
.swpm-more-tag-not-logged-in .not-login-btn-trial:hover, .swpm-post-not-logged-in-msg .not-login-btn-trial:hover {
  box-shadow: none;
  transform: translateY(2px);
}
.swpm-more-tag-not-logged-in .not-login-btn-login, .swpm-post-not-logged-in-msg .not-login-btn-login {
  box-shadow: 0 2px 0 #922;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
.swpm-more-tag-not-logged-in .not-login-btn-login:hover, .swpm-post-not-logged-in-msg .not-login-btn-login:hover {
  box-shadow: none;
  transform: translateY(2px);
}

.wp-caption .wp-caption-text {
  font-size: 0.8em;
  color: #555;
  line-height: 1.3em;
}
.wp-caption .caption-center + .wp-caption-text {
  text-align: center;
}
.wp-caption .caption-left + .wp-caption-text {
  text-align: left;
}
.wp-caption .caption-right + .wp-caption-text {
  text-align: right;
}

.entry-body .veu_socialSet, .sns-btn-container {
  display: none;
}

/* ログイン */
.swpm-remember-me {
  margin: 1em;
}

.swpm-forgot-pass-link, .swpm-join-us-link {
  margin: 1em 0;
}
.swpm-forgot-pass-link a, .swpm-join-us-link a {
  text-decoration: underline;
}

/* メンバープロフィール */
.swpm-edit-profile-form .swpm-profile-firstname-row, .swpm-edit-profile-form .swpm-profile-lastname-row, .swpm-edit-profile-form .swpm-profile-phone-row, .swpm-edit-profile-form .swpm-profile-street-row, .swpm-edit-profile-form .swpm-profile-city-row, .swpm-edit-profile-form .swpm-profile-state-row, .swpm-edit-profile-form .swpm-profile-zipcode-row, .swpm-edit-profile-form .swpm-profile-country-row, .swpm-edit-profile-form .swpm-profile-company-row, .swpm-edit-profile-form .swpm-profile-membership-level-row {
  display: none !important;
}
.swpm-edit-profile-form .swpm-profile-email-row input {
  pointer-events: none;
  background-color: #EEE;
}

/* 検索ページ */
.search .site-body .veu_socialSet {
  display: none !important;
}

.mobile_nav_area {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.grecaptcha-badge {
  left: -9999px;
}

@media screen and (max-width: 599px) {
  .site-body.site-body--base--on {
    padding-left: 0;
    padding-right: 0;
  }
  #news-tab-content.tab-content > .tab-pane {
    border-right: 0 !important;
    padding-right: 0 !important;
  }
  .latest-news-list .vk_post.postListText .postListText_title a {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    vertical-align: text-top;
  }
}
/* XS size 0 ~ 575px */
@media screen and (max-width: 575px) {
  .slide-photo-news .swiper-button-next.swiper-button-mobile-bottom, .slide-photo-news .swiper-button-prev.swiper-button-mobile-bottom {
    top: 50%;
  }
}
/* SM size 576px ~ 767px */
@media screen and (max-width: 767px) {
  .followMeBox {
    justify-content: space-evenly;
  }
  .followMeBox .follow_title {
    text-align: center;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
  .followMeBox .follow-twitter, .followMeBox .follow-feedly {
    margin-right: 0 !important;
  }
  .vk_post_imgOuter_singleTermLabel {
    display: none;
  }
}
/* MD size 768px〜991px */
@media screen and (min-width: 768px) {
  .md-flex10 {
    flex: 10%;
  }
  .md-flex20 {
    flex: 20%;
  }
  .md-flex30 {
    flex: 30%;
  }
  .md-flex40 {
    flex: 40%;
  }
  .md-flex50 {
    flex: 50%;
  }
  .md-flex60 {
    flex: 60%;
  }
  .md-flex70 {
    flex: 70%;
  }
  .md-flex80 {
    flex: 80%;
  }
  .md-flex90 {
    flex: 90%;
  }
  .md-flex100 {
    flex: 100%;
  }
}
/* LG size 992px〜1199px */
/* XL size 1200px〜 */
/* Print */
@media print {
  .veu_followSet {
    display: none;
  }
  #padSection {
    display: none;
  }
  .veu_socialSet {
    display: none;
  }
  .veu_relatedPosts {
    display: none;
  }
  .sub-section {
    display: none;
  }
  .site-body-bottom {
    display: none;
  }
  .site-footer {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */