@charset "utf-8";

/*====================================================================================================

  お知らせ

====================================================================================================*/

/*--------------------------------------------------------------------------------
  ページタイトル
--------------------------------------------------------------------------------*/

.l-ctVisual {
  background-image:url(../image/ctVisual.jpg);
}


/*--------------------------------------------------------------------------------
  日付
--------------------------------------------------------------------------------*/

.s-date {
  display:inline-block;
  margin-bottom:0.8em;
}

.s-date__week {
  font-size:0.7em;
}


/*--------------------------------------------------------------------------------
  エラー
--------------------------------------------------------------------------------*/

.news-err { line-height:2; }

@media print,screen and (min-width:641px) {
  .news-err {
    padding-top:40px;
    padding-bottom:20px;
    font-size:1.1em;
  }
}

@media screen and (max-width:640px) {
  .news-err {
    padding:12% 6%;
  }
}


/*--------------------------------------------------------------------------------
  サイド
--------------------------------------------------------------------------------*/
#side .sidelist > li > a > .p-gLink::after {
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  background: url("../../image/icon/new-page.png") no-repeat center;
  background-size: contain;
}

/*----------------------------------------------------------------------------------------------------

  一覧
  
----------------------------------------------------------------------------------------------------*/


@media screen and (max-width:1020px) {
    #side .sidelist > li {
        width: 100%;
    }    
    #side .sidelist > li:nth-child(2) {
        padding-top:1em;
    }
}

.detailHdline {
    margin-top: 0;
    margin-bottom:2rem;
    padding-bottom: 0.5em;
    color: #084b83;
    font-weight: 500;
    border-bottom: 1px solid #084b83;
}

.newsList {
    list-style:none;
    text-align:left;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
    margin-top: -1rem;
}

.newsList li {
  position:relative;
  line-height:1.5;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.newsList li a,
.newsList li .inner {
  color: inherit;
  display:flex;
  padding: 24px;
  text-decoration: none;
}

.newsList li a:hover {
    color: #42bfdd;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.newsList li .s-date {
    display: block;
    width: 8em;
    color: #888888;
}

.newsList li .ttl {
    display: block;
    width: calc(100% - 8em);
}

.newsList li .p-gLink::after {
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  background: url("../../image/icon/new-page.png") no-repeat center;
  background-size: contain;
}

/*
.newsList .photo {
  float:left;
  position:relative;
}

.newsList .photo:after {
  content:"";
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
  border:1px solid rgba(222,221,219,0.5);
}

.newsList .photoMask {
  display:block;
  position:relative;
  overflow:hidden;
  z-index:2;
}

.newsList .photoItem {
  display:block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.newsList .photoItem img {
  width:auto;
  max-width:none;
}
*/

.ua-pc.csstransitions .newsList .photoItem img {
-webkit-transition:transform 0.3s ease-out;
transition:transform 0.3s ease-out;
}

.ua-pc.csstransitions .newsList a:hover .photoItem img {
transform:scale(1.08);
}


/*----------------------------------------------------------------------------------------------------

  詳細
  
----------------------------------------------------------------------------------------------------*/

.newsDetail {
  text-align:left;
  margin-bottom: 60px;
}

.newsDetail .s-date {
    margin-bottom: 0;
}
.newsDetail .s-date::after {
    display: none;
}

.newsDetail .detailHdline {
  position:relative;
  line-height:1.5;
}

.newsDetail .detailHdline:after {
  content:"";
  width:100%;
  height:8px;
  display:block;
  position:absolute;
  left:0;
  bottom:-8px;
  background:url(../../image/pattern.png) repeat left top;
}

.newsDetail-lo {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.newsDetail {
    background-color:#fff;
}

.newsDetail .detailHdline {
    margin-top: 0;
    margin-bottom:2rem;
    padding-bottom: 0.5em;
    color: #084b83;
    font-weight: 500;
    border-bottom: 1px solid #084b83;
}

.newsDetail-lo .backBtn {
    padding-top:60px;
}

.newsDetail .p-glog {
  overflow: hidden;
}
.newsDetail .p-glog:last-of-type {
  margin-bottom: 0;
}
.newsDetail .p-glog .p-glog__img--left {
  float: left;
  margin-right: 36px;
}
.newsDetail .p-glog .p-glog__img--right {
  float: right;
  margin-left: 36px;
}
.newsDetail .p-glog .p-glog__img--center {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
}
.newsDetail .p-glog .p-glog__img__cp {
    display: block;
    margin-top: .5em;
    color: #888;
    font-size: 87.5%;
    line-height: 1.4;
}

.newsDetail .p-glog ol,
.newsDetail .p-glog ul {
    padding-left: 2em;
}

.newsDetail .btn {
  display: block;
  margin: 0 auto;
}

.newsDetail-lo .button {
	text-align:center;
}
.newsDetail-lo .button a {
	padding-left:2em;
	padding-right:2em;
}
.newsDetail-lo .button i {
  display: inline-block;
  font-size: 125.0%;
  margin-right: 1em;
}
