@charset "utf-8";
/**/

/* ---------------------------------------------------------
見出し画像
----------------------------------------------------------*/
@media screen and (min-width: 801px) {
    /*1.PC*/
    .page_main_index .title_image {
        height: 380px;
    }
}
.title_image {
    background-image: url(../files/title_image.jpg);
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
.meta_site {
  display: none !important;
}
li.cat_event .meta_unpublished {
    display: none !important;
}
/* ---------------------------------------------------------
header
----------------------------------------------------------*/
@media screen and (min-width: 801px) {
    /*1.PC*/
    .header .logo {
        padding-top: 27px;
    }
    .header .description p {
        top: 8px;
        font-weight: normal;
        color: #ccc;
        font-size: 11px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 800px) {
    /*3.タブレット・スマホ*/
    .header .logo {
        top: 22px;
    }
    .header .description p {
        display: none;
    }
    #container .global_nav > ul > li > div > ul > li.sp:not(.inline) {
        display: none !important;
    }
}
.header > .inner .sub_nav li a {
    color: #333;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #8CA9CD;
    padding-left: 10px;
}

/* ---------------------------------------------------------
sidebar
----------------------------------------------------------*/
@media screen and (max-width: 480px) {
    /*4.スマホ*/
    .page_main_index #sidebar {
        display: block;
    }
}

.sidebar .nav_vertical {
  margin-bottom: 20px;
}
.sidebar .section_bnr > a {
  margin-bottom: 10px;
  display: block;
}
.sidebar .section_bnr a img {
  padding: 5px;
  border: 1px solid #DEE2E6;
  width: 100%;
  background: #fff;
}
.sidebar .section_bnr .box {
  padding: 0 !important;
}
.sidebar .section_bnr .box li a {
  border-bottom: 1px solid #DEE2E6;
  padding: 10px;
  color: inherit;
  display: block;
}
.sidebar .section_bnr .box li:last-child a {
  border-bottom: none;
}
.sidebar .section_bnr .box li a[target="_blank"]:after {
    content: "";
    background-image: url(../../../images/shared/icon_popup_02.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    float: right;
}
@media screen and (max-width: 800px) {
    /*3.タブレット・スマホ*/
    .sidebar .section_bnr > a {
      width: 49%;
      float: left;
    }
    .sidebar .section_bnr > a:nth-of-type(2n) {
      margin-left: 2%;
    }
    .sidebar .section_bnr .box {
      clear: both;
    }
}
/* ---------------------------------------------------------
TOP
----------------------------------------------------------*/
.prominent .btn {
    border-radius: 50px;
}
.section_news h4 {
  position: relative;
}
.section_news h4 .btn {
  color: #fff;
  background-color: #004ba5;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.section_news h4 .btn:before {
  right: 6px;
}
/* ---------------------------------------------------------
記事
----------------------------------------------------------*/
.entry .dousou_file_set figure {
  text-align: center;
}
.entry .dousou_file_set figure + a {
  display: block;
  text-align: center;
}
.dousou_image img {
  border: 1px solid #ccc;
  max-width:300px; 
}
.page_activity .dousou_image img {
  width: 100%;
}
.meta_category .cat_activity {
    background-color: #9bce0d;
}
.meta_category .cat_kaihou {
    background-color: #f4812e;
}
