@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : お知らせ
 
=====================================================================================*/

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

/* 施設紹介動画 */
#movie .movie-wrap {
    position: relative;
    width: 100%;
}
#movie .movie-wrap:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
#movie .movie-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#movie .note {
    color: #666;
    font-size: 87.5%;
    margin-top: .5em;
}


/*　相談支援事業　*/
.timeline-list-item {
    display: flex;
    line-height: 1.4;
}

.timeline-list-item .date {
    width: 5.5em;
    padding: 0;
    font-weight: 700;
}

.timeline-list-item .content {
    position: relative;
    width: calc(100% - 5.5em);
    padding: 0 1.5em 3em 2em;
    border-left: 1px solid #ddd;
}
.timeline-list-item:last-child .content {
    padding-bottom: 0;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: -0.5em;
    width: 1em;
    height: 1em;
    background-color: #42bfdd;
    border-radius: 0.5em;
}

.clm {
    display: flex;
    justify-content: space-between;
}

.clms_2 div {
    width: calc(50% - .75em);
}

@media screen and (max-width:800px) {
    .clm {
        display: block;
    }
    .clms_2 div {
        width: 100%;
    }
    .clms_2 div:first-child {
        margin-bottom: 1em;
    }
}



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

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