@charset "utf-8"; 
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;         
	}

body {
	font-size:16px; /* 1.6em */
	font-family:'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}

* {
	padding: 0px;
	margin: 0px;
}

	*, 
	*:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	}
	
a {
	text-decoration: none;
}

p {
	font-size: clamp(1.4rem, 2.5vw, 2.4rem);   
	line-height: 1.4;
}

h2 {
	font-size:  clamp(1.8rem, 2.5vw, 2.8rem);  /* 18px */
	line-height: 1.4;
	font-weight: 600;
}

ul, li {
	list-style: none;
}


.news2021 {
	margin-top: 10em;
	text-align: center;
}

.news2021 {
	font-size: 2em;
	padding-bottom: 10em;
}

.newspic-1 {
	display: block;
	margin-top: 50px;
	margin: 0 auto;
	text-align: center;
	width: 57vw;
	height: auto;
	padding-bottom: 1.6rem;
	padding-top: 0.4rem;

}
.newspic-4 {
	display: block;
	margin: 0 auto;
	font-size: 2em;
	width: 50vw;
	height: auto;
	text-align: center;
	padding-top: 0.4rem;
}

.newspic-3 {
	display: block;
	margin: 0 auto;
	font-size: 2em;
	width: 50vw;
	height: auto;
	text-align: center;
	padding-top: 0.4rem;
}

.newspic-2 {
	display: block;
	margin: 0 auto;
	font-size: 2em;
	width: 50vw;
	height: auto;
	text-align: center;
	padding-top: 0.4rem;
}

.newspic-2　h3 {
	display: block;
	margin-left: 4em;
}
.newspic-2 p {
	text-align: center;
	padding-top: 1em;
}
.newspic-3　h3 {
	margin-left: 4em;
}
.newspic-3 p {
	text-align: center;
	padding-top: 1rem;

}
.newspic-4　h3 {
	margin-left: 4em;
}
.newspic-4 p {
	text-align: center;
	padding-top: 1em;
}






















