@charset "UTF-8";
/*　お知らせ共通部分
-------------------------------------*/
#content-wrapper #news .mainImg {
  background: url(../images/news/img-main_news_001.jpg) no-repeat;
  background-size: cover;
  background-position: center center; }

/*　#news
-------------------------------------*/
#news .contentIn .news_indexInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between; }
  #news .contentIn .news_indexInner .newsBox {
    width: 100%;
    max-width: 780px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
    #news .contentIn .news_indexInner .newsBox section {
      width: 100%;
      margin-bottom: 90px;
      padding-bottom: 25px;
      border-bottom: 1px solid #ccc; }
      #news .contentIn .news_indexInner .newsBox section a {
        text-decoration: underline; }
        #news .contentIn .news_indexInner .newsBox section a:hover {
          text-decoration: none; }
      #news .contentIn .news_indexInner .newsBox section .date {
        font-family: Arial, 'MS ゴシック', 'ヒラギノ角ゴ Pro W3';
        letter-spacing: 0;
        font-weight: bold;
        margin-bottom: 5px; }
      #news .contentIn .news_indexInner .newsBox section h1 {
        font-size: 32px;
        font-family: YuGothic, 'Yu Gothic', sans-serif;
        line-height: 1.4;
        margin-bottom: 25px; }
        #news .contentIn .news_indexInner .newsBox section h1 a {
          font-family: YuGothic, 'Yu Gothic', sans-serif;
          font-weight: bold; }
          #news .contentIn .news_indexInner .newsBox section h1 a:hover {
            text-decoration: underline; }
      #news .contentIn .news_indexInner .newsBox section .txt {
        letter-spacing: 0.089em;
        margin-bottom: 50px; }
        #news .contentIn .news_indexInner .newsBox section .txt p {
          margin-bottom: 20px;
          letter-spacing: 0.089em; }
        #news .contentIn .news_indexInner .newsBox section .txt figure {
          margin-top: 20px; }
      #news .contentIn .news_indexInner .newsBox section .snsBox {
        display: inline-block; }
        #news .contentIn .news_indexInner .newsBox section .snsBox ul li {
          display: inline-block;
          vertical-align: top;
          margin-right: 3px;
          line-height: 1; }
      #news .contentIn .news_indexInner .newsBox section .categoryBox {
        font-size: 0.87em;
        font-weight: bold;
        display: inline-block;
        float: right; }
        #news .contentIn .news_indexInner .newsBox section .categoryBox a {
          display: inline-block; }
          #news .contentIn .news_indexInner .newsBox section .categoryBox a::after {
            content: '|';
            display: inline-block;
            padding: 0 5px; }
          #news .contentIn .news_indexInner .newsBox section .categoryBox a:first-child {
            margin-left: 15px; }
          #news .contentIn .news_indexInner .newsBox section .categoryBox a:last-child:after {
            display: none; }
          #news .contentIn .news_indexInner .newsBox section .categoryBox a:hover {
            text-decoration: underline; }
  #news .contentIn .news_indexInner .sideArea {
    max-width: 280px;
    width: 100%; }
    #news .contentIn .news_indexInner .sideArea .category {
      margin-bottom: 60px; }
      #news .contentIn .news_indexInner .sideArea .category h3 {
        font-family: YuGothic, 'Yu Gothic', sans-serif;
        font-size: 1.125em;
        margin-bottom: 20px;
        letter-spacing: 0.05em; }
      #news .contentIn .news_indexInner .sideArea .category ul li {
        margin-bottom: 7px; }
        #news .contentIn .news_indexInner .sideArea .category ul li a {
          font-size: 0.87em; }
          #news .contentIn .news_indexInner .sideArea .category ul li a:hover {
            text-decoration: underline; }

.news_single section {
  margin-bottom: 0 !important; }

@media screen and (max-width: 1120px) {
  #news .contentIn .news_indexInner .newsBox {
    width: 735px;
    margin: 0 auto;
    margin-right: 60px;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #news .contentIn .news_indexInner .newsBox section figure {
      max-width: none; }
    #news .contentIn .news_indexInner .newsBox .categoryBox {
      display: block;
      float: none;
      margin-top: 10px; }
      #news .contentIn .news_indexInner .newsBox .categoryBox a {
        display: inline-block; } }
/*@media screen and (max-width:750px) {
	#content-wrapper {
		#news {
			.mainImg {
				.pageTtl {
					bottom: -20px;
					span {
						font-size: 28px;
					}
				}
			}
		}
	}
}*/
@media screen and (max-width: 750px) {
  #news .contentIn .news_indexInner {
    margin-bottom: 75px;
    display: block; }
    #news .contentIn .news_indexInner .newsBox {
      margin-bottom: 90px;
      max-width: none;
      width: 100%; }
      #news .contentIn .news_indexInner .newsBox section h1 {
        font-size: 22px; }

  #pager {
    padding: 0 !important; } }

/*# sourceMappingURL=news.css.map */
