@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* カラー変数定義
-----------------------------------------------------------------*/
/* カラー変数定義
-----------------------------------------------------------------*/
.newsTop_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 40px 0;
}
@media print, screen and (max-width: 767px) {
  .newsTop_wrapper {
    display: block;
    margin: 40px 20px;
  }
}

.newsTop {
  width: 50%;
  padding: 0 80px;
}
@media print, screen and (max-width: 767px) {
  .newsTop {
    width: auto;
    padding: 0;
  }
}

.newsTop_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "neue-haas-grotesk-display", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  .newsTop_info {
    font-size: 12px;
  }
}

.newsTop_category {
  margin: 0 20px 0 0;
}

.newsTop_date {
  color: #838383;
}

.newsTop_title {
  font-size: 24px;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .newsTop_title {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .newsTop_title {
    font-size: 18px;
  }
}

.newsTop_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0 0;
}
@media print, screen and (max-width: 767px) {
  .newsTop_share {
    margin: 20px 0 0;
  }
}

.newsTop_shareTitle {
  font-family: "neue-haas-grotesk-display", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0 20px 0 0;
}
@media print, screen and (max-width: 767px) {
  .newsTop_shareTitle {
    margin: 0 10px 0 0;
  }
}

.newsTop_shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsTop_shareList_node {
  margin: 0 5px;
}
.newsTop_shareList_node svg {
  width: 30px;
  height: 24px;
}
@media print, screen and (max-width: 767px) {
  .newsTop_shareList_node svg {
    width: 23px;
    height: 18px;
  }
}

.newsVisual {
  width: 50%;
}
.newsVisual img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .newsVisual {
    width: auto;
    margin: 40px 0 0;
  }
}

.newsEditor {
  width: 720px;
  margin: 120px auto 0;
}
.newsEditor p {
  line-height: 2;
}
.newsEditor a {
  color: #003EA2;
  text-decoration: underline;
}
.newsEditor hr {
  display: block;
  border-bottom: solid 1px #010101;
}
.newsEditor iframe {
  max-width: 100%;
}
.newsEditor img {
  max-width: 100%;
  height: auto;
}
.newsEditor img.aligncenter {
  display: block;
  margin: 0 auto;
}
.newsEditor > p:not([class]) {
  margin-bottom: 20px;
}
.newsEditor .googleMap {
  padding-bottom: 54.32%;
}
.newsEditor .googleMap iframe {
  width: 100%;
}
.newsEditor .youtube {
  position: relative;
  width: 100%;
}
.newsEditor .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .newsEditor {
    width: auto;
    margin: 60px 20px 0;
  }
}

.newsOther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px;
}
@media print, screen and (max-width: 767px) {
  .newsOther {
    display: block;
    margin: 0 20px;
  }
}

.newsOther_title {
  font-family: "neue-haas-grotesk-display", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  line-height: 1.3;
  width: 33.3333%;
  width: 33.3333333333%;
  margin: 0 40px 0 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .newsOther_title {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .newsOther_title {
    font-size: 24px;
    width: auto;
    margin: 0 0 40px;
  }
}