@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%;
  }
}


/*--------------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------------*/
@media screen and (max-width:1020px) {
    #side {
        order:2;
        padding: 2em 0 0;
        margin-bottom: 1.5em;
        border-top: 1px dotted #ccc;
        border-bottom: none;
    }
    .l-main {
        order:1;
    }
}


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

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

.newsList a { display:block; }
.newsList a,
.newsList a:visited,
.newsList a:hover { color:inherit; text-decoration:none; }
.ua-pc .newsList a:hover { text-decoration:underline; }

.newsList {
  list-style:none;
  text-align:left;
    overflow: hidden;
}

.newsList li {
  position:relative;
  line-height:1.5;
}

.newsList li a:after,
.newsList li .inner:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.newsList li a,
.newsList li .inner {
  display:block;
  background-color:#fff;
  height:100%;
}

.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;
}

.newsList li p {
  font-size:1.05em;
}

.newsList-lo {
padding:30px 0;
}

.newsList {
margin-left:auto;
margin-right:auto;
}

.newsList li {
  width: 100%;
}

.newsList li a,
.newsList li .inner {
padding:30px;
transition: 0.2s;
border:1px solid #E3D9CC;
}
.newsList li a:hover {
background-color: #FDFCFB;
border:1px solid #F58080;     
}

.newsList li:nth-child(even) {
margin-left:40px;
}

.newsList li:nth-child(n+3) {
margin-top:40px;
}

.newsList .photo {
width:200px;
}

.newsList .photoItem img {
min-width:200px;
height:200px;
}

.newsList .photo,
.newsList .photoMask {
height:160px;
}

.newsList li p {
margin-left:200px;
padding:5px 5px 5px 30px;
}

.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);
}


.dayoriList {
    list-style: none;
}
.dayoriList li {
    margin-bottom: 0.5em;
}
.dayoriList .s-date {
    color: #333;
    margin-bottom: 0;
    margin-right: 1em;
}




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

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

.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 {
  margin-bottom: 60px;
  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;
}
