body { 
	background-color: white;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: calc(100%);
	max-width: 750px;
}

.holder {
	position: relative;
	height: calc(40px + 9vw);
	max-height: 140px;
	background-image: url('/resources/images/header_bg.png'); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
}

.logo {
	position: relative;
	display: inline-block;
	max-width: 140px;
	max-height: 140px;
	width: calc(40px + 9vw);
	height: calc(40px + 9vw);
	box-sizing: border-box;
	z-index: 5;
}

.logo_div {
	display: inline-block;
	position: relative;
	width: calc(100% - 40px - 9vw);
	height: calc(40px + 9vw);
	max-height: 140px;
	padding-top: 0;
	padding-left: 1px;
	vertical-align: top;
	box-sizing: border-box;
}

.logo_text {
	position: absolute;
	top: 0;
	display: inline-block;
	margin-left: 2vw;
	width: 95%;
	height: 67%;
	padding: 0;
	font-family: arial;
	color: #2d68a2;
	box-sizing: border-box;
}

.inner_text {
	position: absolute;
	width: 95%;
	margin: 0;
	padding: 0;
	top: 54%;
	font-size: clamp(1.1em,calc(1.1em + 3.2vw),4em);
	transform: translate(0,-50%);	
}

.motto_div {
	position: absolute;
	bottom: 8px;
	display: inline-block;
	margin-left: 2vw;
	padding-left: 2px;
	padding-top: 6px;
	width: 96%;
	height: 33%;
	font-family: arial;
	font-size: clamp(0.5em,calc(0.48em + 1.11vw),1.3em);
	color: #2d68a2;
	box-sizing: border-box;
}


.contact {
	margin-top: 25px;
	float: right;
	width: 20vw;
	min-width: 310px;
	margin-right: 0px;
	margin-bottom: 40px;
	border-left: 30px solid white;
	border-right: 0;
}

.contact_inner {
	box-sizing: border-box;
	padding: 10px 20px 20px 20px;
	border: 2px solid #2d68a2;
	text-align: right;
	font-size: 1.2em;
}

.contact_span {
	display: block;
	color: #2d68a2;
	padding-bottom: 5px;
}

.contact_text div {
	padding-top: 12px !important;
	text-align: justify !important;
	color: black;
	font-size: 0.88em;
	font-family: arial;
	line-height: 112%;
}

.contact_text2 {
	display: none;
}

.material-symbols-outlined {
	transform: translate(-4px,6px);
}

.material-symbols-outlined a {
	color: #2d68a2;
}

.contact a {
	color: #2d68a2;
	text-decoration: none;
}

.main {
	width: 100%;
	max-width: 750px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	box-sizing: border-box;
}

.main p {
	font-family: arial;
	font-size: calc(1.4em + 0.4vw);
	text-align: justify;
	line-height: 120%;
	box-sizing: border-box;
}

p.header{
	color: #2d68a2;
	margin-top: 14px;
	margin-bottom: 6px;
}

p.explain {
	margin-top: 0;
	color: black;
	font-size: calc(0.96em + 0.2vw);
}

.qr_links {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	color: #4491b5;
	font-size: 1.1em;
}

.qr_links tr:nth-child(2) td {
	padding: 20px 20px 8px 20px;
}

.qr_links img {
	width: calc(35px + 5vw);
	height: calc(35px + 5vw);
	vertical-align: bottom;
}

.qr_label {
	margin-top: 10px;
}

.footer_div {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 98%;
}

@media (pointer: coarse) {
	.qr_links { display: none; }
}

@media screen and (max-width: 680px) {

	.container { margin-top: 10px; }

	.main { padding: 1px 10px 12px 0px; }

	.contact { float: none; width: 100%; height: initial; margin-left: auto; margin-right: auto; box-sizing: border-box; border-left: 0; margin-top: 20px; margin-bottom: 0; }

	.contact_text31 { display: none; }

	.contact_text32 { display: block; float: left; width: 270px; line-height: 140%; }
}

