@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
}

body {
		line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
		display:block;
}

nav, ul {
		list-style:none;
}

blockquote, q {
		quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
		content:'';
		content:none;
}

a {
		margin:0;
		padding:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
		text-decoration: none;
}
a:visited {
		text-decoration: none;
		color: initial;
}

/* change colours to suit your needs */
ins {
		background-color:#ff9;
		color:#000;
		text-decoration:none;
}

/* change colours to suit your needs */
mark {
		background-color:#ff9;
		color:#000;
		font-style:italic;
		font-weight:bold;
}

del {
		text-decoration: line-through;
}

abbr[title], dfn[title] {
		border-bottom:1px dotted;
		cursor:help;
}

table {
		border-collapse:collapse;
		border-spacing:0;
}

/* change border colour to suit your needs */
hr {
		display:block;
		height:1px;
		border:0;
		border-top:1px solid #cccccc;
		margin:1em 0;
		padding:0;
}

input, select {
		vertical-align:middle;
}

/* box-sizing */
*,
*::before,
*::after {
	box-sizing: border-box;
}
/* === covid-19 ====================== */
#covid-19_text {
		width: 100%;
		max-width: 1200px;
		margin: 60px auto;
		text-align: center;
}
#covid-19_text h3 {
		position: relative;
		color: #dd0000;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
		display: inline-block;
		margin-bottom: 20px;
		cursor: pointer;
}
#covid-19_text h3:after {
		position: absolute;
		top: 3px;
		bottom: 0px;
		right: -40px;
		margin: auto;
		content: "";
		vertical-align: middle;
		box-sizing: border-box;
		width: 7px;
		height: 8px;
		border: 7px solid transparent;
		border-top: 8px solid #dd0000;
}
#covid-19_text p {
		display: none;
		width: 900px;
		margin: 0 auto;
		line-height: 1.6;
		padding: 30px;
		background: #f5f5f5;
}
		#covid-19_text a {
				width: 90vw;
				padding: 10px;
				font-size: 1vw;
				line-height: 1.7;
				text-align: justify;
				font-feature-settings: "palt";
		color: #007AAD;
		}	
@media screen and (min-width: 600px) and (max-width: 1024px) {
		#covid-19_text {
				width: 90vw;
				margin: 40px auto;
				text-align: left;
		}
		#covid-19_text h3 {
				font-size: 18px;
				text-align: left;
				width: 90vw;
				margin-bottom: 10px;
		}
		#covid-19_text h3:after {
				right: 0;
		}
		#covid-19_text p {
				width: 90vw;
				padding: 20px;
				font-size: 14px;
		}
		#covid-19_text a {
				width: 90vw;
				padding: 10px;
				font-size: 3vw;
				line-height: 1.7;
				text-align: justify;
				font-feature-settings: "palt";
		color: #007AAD;
		}	
}
@media screen and (max-width: 599px) {
		#covid-19_text {
				width: 90vw;
				margin: 40px auto;
				text-align: left;
		}
		#covid-19_text h3 {
				font-size: 5vw;
				text-align: left;
				width: 90vw;
				margin-bottom: 10px;
		}
		#covid-19_text h3:after {
				right: 0;
		}
		#covid-19_text p {
				width: 90vw;
				padding: 10px;
				font-size: 4.2vw;
				line-height: 1.7;
				text-align: justify;
				font-feature-settings: "palt";
		}
		#covid-19_text a {
				width: 90vw;
				padding: 10px;
				font-size: 3vw;
				line-height: 1.7;
				text-align: justify;
				font-feature-settings: "palt";
		color: #007AAD;
		}	
}


#column,
#column_list_cont {
	.text * {
		line-height: normal;
	}
}
#column_cont {
	> div {
		line-height: normal;
	}
}
