h1 {
    color: black;
}
.subheader {
    position: relative;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 50px;
}
.subheader img {
    width: 100%;
    height: 30vh;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
.subheader .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title h3 {
    font-size: 38px;
}
.output-container {
    margin-top: 10px;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 20px;
}
.output-container li{
    list-style: none;
}
.output-container a {
    text-decoration: none;
    display: block;
}
.output-container p {
    margin-bottom: 10px;
    color:#a7a7a7;
    text-align: left;
	display: block;
}
.output-container .date {
    font-size: 13px;
}
.output-container .news-title {
    color:#696767;
}
.output-container .news-hr {
	border-style: solid;
    border-color: #efeeee;
    margin-bottom: 10px;
}
/*
.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.footer-img {
    margin-top: 8px;
}
.tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.tel .txt {
    margin-bottom: 5px;
    font-family: 'Kiwi Maru', serif;
}
.tel .num {
    font-size: 30px;
    color:  #ff8acedb;
    margin-bottom: 20px;
}
.footer-map {
    margin-right: 5%;
    margin-left: 5%;
}
.address {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    margin-top: 35px;
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
th {
    color: #696767;
}
th, td {
    border: 1px solid #efeeee;
    padding: 10px;
    font-size: 13px;
}
td .circle {
    background-color: #ff8acedb;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
}
td {
    font-size: 10px;
}
td.note {
    color: black;
    font-size: 10px;
}
*/

