@charset "UTF-8";
/* --------------------------------------------------
  shared/css/information.css
--------------------------------------------------- */
/* ------------- お知らせ / 新着情報一覧 -------------- */
.news_ViewAll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0; }
  .news_ViewAll > a {
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 23px; }
    .news_ViewAll > a:before {
      position: absolute;
      color: #356cb6;
      top: 50%;
      left: 0;
      margin-top: -0.7rem;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: 400;
      line-height: 1;
      font-family: glyphs;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 5px;
      vertical-align: bottom;
      font-size: 1.5rem; }

.sidMidashi {
  margin-top: 40px;
  font-size: 1.8rem;
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-left: 4px solid #356cb6;
  padding: 0 10px;
  margin-bottom: 20px; }
  .sidMidashi:first-child {
    margin-top: 0; }

.midashiIcon {
  width: 100%; }
  .midashiIcon > a {
    display: block;
    position: relative;
    font-weight: 700; }
  .midashiIcon span {
    display: block;
    position: relative;
    font-weight: 700; }
    .midashiIcon span:after {
      display: block;
      position: absolute;
      right: 0;
      top: 5px;
      font-style: normal;
      font-variant: normal;
      font-weight: 400;
      line-height: 1;
      font-family: glyphs;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.6rem;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      color: #356cb6; }
  .midashiIcon > a:after {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: glyphs;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.6rem;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    color: #356cb6; }

.h3-chosei .sidMidashi {
  height: 32px;
  border: none;
  padding: 0; }
  .h3-chosei .sidMidashi > a {
    display: block;
    position: relative;
    font-weight: 700;
    padding: 20px 20px 20px 10px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 100%; }
    .h3-chosei .sidMidashi > a:hover {
      background-color: #eff3f9; }
      .h3-chosei .sidMidashi > a:hover::after {
        right: 10px; }
    .h3-chosei .sidMidashi > a::after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      font-family: glyphs;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.1rem;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.55rem;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
.h3-chosei span {
  display: block;
  position: relative;
  font-weight: 700; }
  .h3-chosei span:after {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: glyphs;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.6rem;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    color: #356cb6; }
.h3-chosei > a:after {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: glyphs;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.6rem;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  color: #356cb6; }

/* -------------お知らせ一覧　右サイド-------------- */
.sideWrapper .localNavi {
  border-top: 1px solid #e2e6e8;
  border-bottom: 1px solid #e2e6e8;
  padding: 10px 0; }
  .sideWrapper .localNavi dt {
    font-weight: 700;
    margin: 20px 0;
    font-size: 1.4rem; }
  .sideWrapper .localNavi dd, .sideWrapper .localNavi li {
    margin: 20px 0;
    font-size: 1.4rem; }
  .sideWrapper .localNavi dd > a:hover {
    text-decoration: underline; }
  .sideWrapper .localNavi li > a:hover {
    text-decoration: underline; }
.sideWrapper .ichiran {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 30px 0;
  padding-left: 24px; }
  .sideWrapper .ichiran > a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    padding-left: 23px; }
    .sideWrapper .ichiran > a span:hover {
      text-decoration: underline; }
    .sideWrapper .ichiran > a:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -0.4rem;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: 400;
      line-height: 1;
      font-family: glyphs;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 5px;
      font-size: 0.8rem;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      color: #356cb6; }

/* ------------- その他のお知らせ -------------- */
.praEnd {
  text-align: right; }

.newsReleaseImg img {
  max-width: 500px;
  height: auto; }

/* ------------- イベント情報 / メディア情報 -------------- */
.eventTitle {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-left: 4px solid #356cb6;
  padding-left: 16px; }
  .eventTitle a:hover {
    text-decoration: underline; }

.eventMsseage {
  display: none; }

.newsh3 {
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #eff3f9;
  position: relative; }

.newsBlue {
  border-bottom: 2px #356cb6 solid;
  display: block;
  padding: 0;
  width: 50%;
  margin: 0;
  position: absolute;
  top: -39px;
  padding: 0 0 20px 0; }

@media (max-width: 767px) {
  /* ------------- お知らせ / 新着情報一覧 -------------- */
  .sideWrapper {
    width: auto;
    padding: 0 36px; }

  /* ------------- その他のお知らせ -------------- */
  .newsReleaseImg img {
    max-width: auto;
    height: auto; } }


