#footer{}
@media(min-width: 1px) and (max-width: 940px){}

.txt-green {
    font-size: 22px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    color: #0F7F20;
}
.kyouryoku_box {
	background: #0F7F20;
	font-family: 'Zen Maru Gothic', sans-serif;
    color: #FFF;
    font-size: 20px;
    line-height: 1.6;
    text-align: right;
    padding: 16px 24px;
    font-weight: 400;
}
.corp_name {
    font-size: 20px;
}
.clinic_name {
    font-size: 28px;
}
.director_name {
margin-bottom: 15px;
}
.tel {
    font-size: 28px;
}
@media (min-width: 1px) and (max-width: 640px){
.clinic_name {
    font-size: 24px;
}
}