/* news
---------------------------------------------------------- */

/* ----- key ----- */

.news .c-key {
  background: url(../img/news/img_key.jpg) no-repeat center;
  background-size: cover;
}

/* ----- article ----- */

.p-news_article {
  border-bottom: 1px #ccc dotted;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.p-news_article_img {
  width: 22%;
  position: relative;
}
.p-news_article_img::before {
  content: "";
  display: block;
  padding-top: 71.75%;
}

.p-news_article_img a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.p-news_article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';

}

.p-news_article_cont {
  width: 75%;
}

.p-news_article_date {
  color: #00c1d2;
  font-size: 15px;
  font-size: 1.5rem;
  /* font-family: 'Lato', sans-serif; */
}
.p-news_article_ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.p-news_article_txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
.p-news_article_cat {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff!important;
  background: #00c1d2;
  line-height: 21px;
  height: 24px;
  padding: 0 8px;
  margin-left: 20px;
}

/* ----- pager ----- */

.p-news_pager {
  padding: 40px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-news_pager_prev a,
.p-news_pager_next a {
  border: 1px #00c1d2 solid;
  padding: 4px 10px;
}
_::-webkit-full-page-media, _:future, :root .p-news_pager_next a {
  white-space: nowrap;
}
_::-webkit-full-page-media, _:future, :root .p-news_pager_prev a {
  white-space: nowrap;
}
.p-news_pager_list {
  display: flex;
}
.p-news_pager_list li {
  margin: 0 4px;
  color: #00c1d2;
}
.p-news_pager_list li a {
  color: #00c1d2;
  padding: 4px;
}
.p-news_pager_list li span {
  color: #666;
  position: relative;
  padding: 4px;
}

.p-news_pager_list li span::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  left: 0;
  background: #666;
}

/* ----- detail ----- */

.p-news_detail_head {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
/*
.p-news_detail_cont img {
  margin: 20px auto;
}
*/

.single .p-news_detail_cont {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
}

.single .c-ttl_sub {
  border-top: none;
    border-bottom: 1px #ccc solid;
    color: #333;
}

.single .p-news_pager {
  margin-top: 48px;
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}

.single .c-gr_btnWrap {
  text-align: center;
}

.single .c-gr_btnWrap a {
  margin: auto;
}

/*0806追記*/
.p-news_detail_cont p {
  margin-bottom: 2em;
}
.p-news_detail_cont a {
  text-decoration: underline;
  color: #2fa3d9;
}
.p-news_detail_cont strong {
  font-weight: 700;
}
.p-news_detail_cont img {
  width: auto;
}
.p-news_detail_cont ul li {
  position: relative;
  padding-left: 10px;
}
.p-news_detail_cont ul li::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #f67e36;
  position: absolute;
  border-radius: 3px;
  top:11px;
  margin: auto;
  left: 0;
}
/*0806追記 end*/
/* =================================
 PC news
================================= */

@media screen and (min-width: 768px) {
}


/* =================================
  IE news
================================= */

_:-ms-lang(x)::-ms-backdrop, .xxxxx {
}


/* =================================
  PC min news
================================= */

@media only screen and (max-width: 1240px) and (min-width: 768px) {

}


/* =================================
  TAB news
================================= */

@media screen and (min-width: 768px) and (max-width: 960px) {

}


/* =================================
 SP news
================================= */

@media screen and (max-width: 767px) {

  /* ----- article ----- */

  .p-news_article_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-news_article_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-news_article_cat {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    height: 20px;
    padding: 0 8px;
    margin-left: 10px;
  }

  .p-news_article_date {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .p-news_article_img {
    width: 104px;
    height: 74px;
  }
  .p-news_article_img::before {
    content: none;
  }

  .p-news_article_img a {
    display: block;
    height: 100%;
    width: 100%;
    position: static;
  }


  .p-news_article_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';

  }

  .p-news_article_cont {
    width: calc(100% - 114px);
  }

  /* ----- pager ----- */

  .p-news_pager {
    padding: 10px 0 0;
    position: relative;
    margin-bottom: 30px;
  }

  .single .p-news_pager {
    margin: 24px 0;
    padding-top: 16px;
  }

  .p-news_pager_prev,
  .p-news_pager_next {
    width: 46%;
  }
  .p-news_pager_prev a,
  .p-news_pager_next a {
    border: 1px #00c1d2 solid;
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-news_pager_list {
    position: absolute;
    bottom: -45px;
    margin: auto;
    width: 100%;
    justify-content: center;
  }

  /* ----- detail ----- */

  .p-news_detail_head {

  }
/*
  .p-news_detail_cont img {
    margin: 10px auto;
  }
*/
  .p-news_detail_cont {
    margin-bottom: 20px;
  }

  .single .p-news_detail_cont {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }

   /*0806追記*/
  .p-news_detail_cont ul li {
    padding-left: 8px;
  }
  .p-news_detail_cont ul li::before {
    height: 3px;
    width: 3px;
    top:8px;
  }
  /*0806追記 end*/
}


/* =================================
 iphone5s,SE news
================================= */

@media screen and (max-width: 320px) {

}
