@charset "utf-8";

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

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

/*　療育の窓 おおぞら */
#ozora .address {
    display: flex;
}

#ozora .address figure {
    order: 1;
    display: block;
    width: 190px;  
    text-align: center;
}

#ozora .address figure figcaption {
    margin-top: 0.5em;
}

#ozora .address figure a:first-of-type {
    display: block;
    margin-bottom: 1em;
}

#ozora .address address {
    order: 2;
    display: block;
    margin-left: 1em;
}

/* あいすてーしょん */
#ai-station .profile {
    display: flex;
}

#ai-station .profile figure {
    order: 1;
    display: block;
    width: 190px;  
    text-align: center;
}

#ai-station .profile figure figcaption {
    margin-top: 0.5em;
}

#ai-station .profile figure a:first-of-type {
    display: block;
    margin-bottom: 1em;
}

#ai-station .profile .desc {
    order: 2;
    display: block;
    margin-left: 1em;
}

#ai-station .profile .desc address {
    margin-bottom: 1em;
}



/*　相談支援事業　*/
.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;
    }
}


