@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
[指定したいタグ] {
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -ms-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
  background-position: left top;
}

div.widget.widget_block.widget_text > p.has-text-align-center > strong {
  font-size: 25px !important;
  position: relative;
  font-size: 25px !important;
  position: relative;
}
div.widget.widget_block.widget_text > p.has-text-align-center > strong::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: -40px;
  background-image: url(../images/maru.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
div.widget.widget_block.widget_text > p.has-text-align-center > strong::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: -40px;
  background-image: url(../images/maru.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

/*============================
TOP3つの部分
============================*/
div.biz div.row div.biz_list.col-md div.icon_big {
  width: 200px !important;
  height: 200px !important;
  border-radius: 0 !important;
  background-size: 100% auto !important;
}
div.biz div.row div.biz_list.col-md div.ttl {
  height: 5px;
  padding-bottom: 0;
}
div.biz div.row div.biz_list.col-md div.ttl span {
  position: relative;
  top: 2px;
  height: 2px;
  padding: 0 !important;
}
div.biz div.row div.biz_list.col-md div.info {
  text-align: left;
}

/*============================
TOPカバー画像
============================*/
div.cover {
  /*============================
  #carousel-generic
  ============================*/
}
div.cover div#carousel-generic.carousel.slide.is_overlay div.carousel-inner div.carousel-item {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
div.cover div.cover_overlay.text-right {
  align-items: end;
  padding-bottom: 5%;
}
/*============================
ヘッダー
============================*/
nav.navbar.navbar-light.navbar-expand-md.flex-column {
  border-top: 3px solid #333;
  border-bottom: 1px solid #333;
}
nav.navbar.navbar-light.navbar-expand-md.flex-column div.container {
  /*============================
  #menu-liquid-global-menu
  ============================*/
}
nav.navbar.navbar-light.navbar-expand-md.flex-column div.container ul#menu-liquid-global-menu.nav.navbar-nav {
  /*============================
  #menu-item-9
  ============================*/
  /*============================
  #menu-item-21
  ============================*/
  /*============================
  #menu-item-53
  ============================*/
  /*============================
  #menu-item-32
  ============================*/
  /*============================
  #menu-item-33
  ============================*/
}
nav.navbar.navbar-light.navbar-expand-md.flex-column div.container ul#menu-liquid-global-menu.nav.navbar-nav li {
  border-left: 1px solid #333;
}
nav.navbar.navbar-light.navbar-expand-md.flex-column div.container ul#menu-liquid-global-menu.nav.navbar-nav li:nth-last-of-type(2) {
  border-right: 1px solid #333;
}
nav.navbar.navbar-light.navbar-expand-md.flex-column div.container ul#menu-liquid-global-menu.nav.navbar-nav li:last-of-type {
  border-left: none;
}
nav.navbar.navbar-light.navbar-expand-md.flex-column div.container ul#menu-liquid-global-menu.nav.navbar-nav li:last-of-type a {
  width: 100%;
  height: 100%;
  padding: 11px 10px 3px 3px;
  line-height: 1.1;
  padding-left: 40px;
  background-image: url(../images/ic_mail.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
@media only screen and (max-width: 768px) {
  nav.navbar.navbar-light.navbar-expand-md.flex-column div.container ul#menu-liquid-global-menu.nav.navbar-nav li:last-of-type a {
    padding: 0.5rem !important;
    padding-left: 30px !important;
    background-size: 20px 20px;
  }
}
nav.navbar.navbar-light.navbar-expand-md.flex-column div.container ul#menu-liquid-global-menu.nav.navbar-nav li a {
  color: #000;
}
@media only screen and (max-width: 768px) {
  nav.navbar.navbar-light.navbar-expand-md.flex-column div.container ul#menu-liquid-global-menu.nav.navbar-nav li#menu-item-33.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-33.nav-item a br {
    display: none !important;
  }
}
