body {
	font-size: 12pt;
}

ul.nav-justified li a {
	padding-top: 15px;
	padding-bottom: 15px;
}

section {
	padding: 30px 0px 60px;
}
section:nth-child(odd){
	background: rgba(0, 0, 0, 0.03);
}

h1,h2 {
	margin: 0px;
	padding: 0px;
}
h2, h3, .desc, .tel {
	text-align: center;
}
h2, h3 {
	padding: 30px 0px;
}

.desc {
	line-height: 1.7em;
	font-size: 12pt;
}
.top-desc {
	padding-top: 30px;
	text-align: center;
	line-height: 1.7em;
}

iframe {
	margin-top: 15px;
}

.tel-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tel {
	font-size: 30pt;
	padding: 15px 0px 5px;
}
.tel-small {
	font-size: 20px;
}
