@charset "utf-8";
/* CSS Document */

/*説明
------------------------------------*/
.description {
    margin-bottom: 20px;
}

#service_contents p span {
    color: #729800;
}

/*各会場
------------------------------------*/
.counselling {
    margin: 30px 0;
}
.counselling .place {
    font-weight: bold;
}


/*テーブル
------------------------------------*/
.tbl01 {
  width: 100%;
}
.tbl01 th {
  width: 120px;
}

#counsel01 {
    width: 70%;
    margin: 50px auto 0;
}
#counsel01 img {
    width: 100%;
    height: auto;
}
figcaption {
    text-align: center;
    font-size: 0.9rem;
}