@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:701px) {
  .news-err {
    padding-top:40px;
    padding-bottom:20px;
    font-size:1.1em;
  }
}

@media screen and (max-width:700px) {
  .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;
    }
}


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

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


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

.newslist {
    list-style: none;
}
.newslist li {
    margin-bottom: 1.5em;
}
.newslist li a {
    color: inherit;
    text-decoration: none;
}
.newslist li .cate-day {
    font-size: 87.5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5em;
}
.newslist li .s-cate {
    color: #fff;
    background-color: #42bfdd;
    padding: .25em 1em;
    margin-right: 1em;
    text-decoration: none;
    border-radius: .25em;
}
.newslist li .s-date {
    color: #333;
    margin-bottom: 0;
}
.newslist li a .ttl {
    color: #42bfdd;
    text-decoration: underline;
}




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

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

.newsDetail {
  text-align:left;
}

.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;
    margin-bottom: 4em;
}

.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;
}
@media screen and (max-width:1020px) {
    .newsDetail .detailHdline {
        font-size: 150%;
    }
}

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

.newsDetail .p-glog {
  margin-bottom: 60px;
  overflow: hidden;
}
.newsDetail .p-glog:last-of-type {
  border-bottom: none;
  padding-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;
}
