#vision h3,
#message h3{
	font-size:2.5rem;
font-family: "NotosansJP-B", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

table#oveview_content {
    margin: 0 auto;
    width: 70%;
}
table#oveview_content th,td {
	padding:2rem;
	text-align: left;
	border-bottom: 1px solid #D8D8D8;
}

table#oveview_content th{
    font-family: "NotosansJP-B", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

#message h3{
    color: var(--txt);
}

#president{
    text-align: right;
    font-size: 1.6rem;
}

#president span{
    font-size: 12px;
    margin-right: 1rem;
}

@media screen and (max-width:1600px) {
#vision h3, #message h3 {
    font-size: 2rem;
}
}

@media screen and (max-width:1400px) {
table#oveview_content {
    width: 100%;
}
}

@media screen and (max-width:1200px) {
#message .l-flex {
    align-items: initial;
}
}

@media screen and (max-width:960px) {

}

@media screen and (max-width:767px) {
    #vision h3, #message h3 {
        font-size: 1.6rem;
    }
table#oveview_content th, td {
    padding: 1rem;
}
}