@charset "UTF-8";
/*==========================================================
9.NEWS -お知らせ スタイル-
==========================================================*/
#mainvis-s {
  margin-top: 80px;
  padding-top: 17.361%;
}
#mainvis-s .ttl {
  margin-top: 1%;
}
@media only screen and (max-width: 767px) {
  #mainvis-s {
    margin-top: inherit;
    padding-top: 53.3%;
  }
  #mainvis-s .ttl {
    margin-top: auto;
  }
}

/*********************************************
 一覧
*********************************************/
#news-list {
  padding-top: 6.94%;
}
#news-list .news-wrap {
  margin-bottom: 45px;
  border-top: 1px solid #999;
}
#news-list .news_box {
  *zoom: 1;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.25em;
  line-height: 1.6875;
  border-bottom: 1px solid #999;
  padding-left: 27%;
}
#news-list .news_box:after {
  content: "";
  display: table;
  clear: both;
}
#news-list .news_box dt {
  width: 27%;
  min-width: 15em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.2em 3.5em;
}
#news-list .news_box dd span, #news-list .news_box dd a {
  position: relative;
  display: block;
  padding: 1.2em 3.5em 1.2em 0;
}
#news-list .news_box dd a {
  border-bottom: 0 none;
}
#news-list .news_box dd a:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 0;
  height: 0;
  border-width: 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  right: 2.7%;
  top: 50%;
  margin-top: -8px;
  margin-right: -12px;
}
#news-list .news_box dd a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  border-bottom-color: transparent;
}
#news-list .news_box dd a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  #news-list {
    padding-top: 2%;
  }
  #news-list .news_box {
    font-size: 0.875em;
    line-height: 1.28;
    padding: 2% 0;
  }
  #news-list .news_box dt {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 1%;
  }
  #news-list .news_box dd a {
    padding: 0;
    display: inline;
  }
  #news-list .news_box dd a:after {
    content: none;
  }
}

/*********************************************
 詳細
*********************************************/
.news-header {
  border-top: 3px solid #666;
  border-bottom: 1px solid #666;
}
.news-header .news-ttl {
  border-top: 1px solid #666;
  margin-top: 2px;
  padding: 4% 0;
  text-align: center;
  font-size: 1.6875em;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-indent: 0.05em;
  font-weight: normal;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}

.news-date {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  padding: 1.8% 0;
  font-size: 0.875em;
}

.news-content {
  padding: 3% 0;
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
.news-content p + p {
  /*margin-top: 1.5em;*/
  margin-top: .5em;
}
.news-content p a {
  color: #0068b7;
}
.news-content p a:hover {
  border-bottom-color: #0068b7;
}
.news-content p a.link_txt {
  font-size: 1em;
}
.news-content p img {
  text-align: center;
  /*width: 70.13%;
  max-width: 580px;*/
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .news-header .news-ttl {
    font-size: 1.25em;
  }

  .news-content {
    font-size: 0.875em;
    line-height: 1.285;
  }
}
/*********************************************
 ナビ
*********************************************/
#news-detail {
  padding-top: 5.2083%;
}
#news-detail .page-inner.news-nav {
  background: transparent;
  padding: 0 0 30px;
}
#news-detail .page-inner + .page-inner.news-nav {
  padding-bottom: 0;
  padding-top: 30px;
}

.news-nav {
  font-size: 0.875em;
  letter-spacing: 0.05em;
}
.news-nav a {
  position: relative;
}
.news-nav a .ico-arrow {
  width: 34px;
  top: 8px;
}
.news-nav .f-left {
  margin-left: 40px;
}
.news-nav .f-left .ico-arrow {
  left: -40px;
}
.news-nav .f-right {
  margin-right: 40px;
}
.news-nav .f-right .ico-arrow {
  right: -40px;
}
@media only screen and (min-width: 992px) {
  .news-nav .nav-link:hover .ico-arrow {
    right: -50px;
  }
  .news-nav .nav-link:hover .ico-arrow-left {
    left: -50px;
    right: inherit;
  }
}

@media only screen and (max-width: 767px) {
  #news-detail .page-inner.news-nav {
    padding-top: 30px;
    margin-top: -5.2083%;
  }
  #news-detail .page-inner + .page-inner.news-nav {
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: -5.2083%;
  }
}


/* いわて助成記事用 */

.news-content section {
	margin-bottom: 40px;
}
.news-content section.border {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #495479;
}

.news-content h2 {
  margin-bottom: 1em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  text-align: left;
  color: #495479;
  font-weight: bold;
  font-size: 1.25em;
}
.news-content h3 {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.0625em;
}
.news-content h4 {
  margin-bottom: .25em;
}
.news-content h5 {
  margin-top: .5em;
  font-weight: bold;
  font-size: 1.0625rem;
}
.ex-ttl {
  margin-bottom: 1em;
  color: #495479;
}

.small {
  font-size: 1rem;
}
.big {
  font-size: 1.25rem;
}
.blue {
  color: #495479;

}

.list {
  margin-bottom: 3%;
}
.list li {
  font-size: 1.0625rem;
  line-height: 1.66;
  text-indent: -1em;
  margin-left: 1em;
}
.list li::before {
  content: "・";
}

.note-list {
  margin-top: 0.5em;
}
.note-list li {
  margin-top: 0.25em;
  font-size: 1rem;
  line-height: 1.5;
}
.note-list li::before {
  content: "※";
}


