@charset "UTF-8";
img{
		max-width: 100%;
		}
a {
		text-decoration: none;
		}
p {
	position: ;
	top: ;
	left: ;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: ;
	color: #000050;
	padding: 0;
	margin: 0;
	}
.boxA{
		display: flex;
		grid-template-columns: 40% 60%;
		height: 80px;
		min-width: 1000px;
		}
.logo{
		width: 400px;
		margin-top: 5px;
		}
.box3{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 85px
		gap: 0; 
		height: 80px;
		padding: 0;
		padding-top: 50px;
		justify-content: center;
		align-content: bottom;
		}
.box4{
		color: #000; font-size: 0.7rem; font-family: sans-serif; font-weight: bold; line-height: 1; 
		text-align: center;
				}
.box2{ 
		display: flex;
			gap: 10px; 
		height: 40px;
		padding: 5px;
		justify-content: right;
		align-content: center;
		}
.button_new {
		width: 100px;
		margin-right: 10px;
		}
.button_access {
		width: 100px;
		margin-right: 10px;
		}
.button_eng{
		width: 100px;
		}
.button_jpn{
		width: 100px;
		}
.boxE {
		border: 1px solid gray;
		margin-left: 75px;
		margin-right: 75px;
		}
.boxEA {
		width: 90%;
		color: #000; font-size: 1rem; 
		font-family: times;  
		line-height: 1.5; 
		text-align: justify;
		margin: auto;
		}
.boxEAA{
		width: 90%;
		display: grid;
		grid-template-columns: 70% 30%;
		text-align: space-between;
		text-align: justify;
		margin: auto;
		}
.boxEAB{
		width: 90%;
		display: ;
		grid-template-columns: 100%;
		text-align: justify;
		margin: auto;
		}
.contents_eng {
		color: #000; font-size: 0.8rem; 
		font-family: times;  
		line-height: 1.5; 
		text-align: justify;
		margin: auto;
		}
.contents_jpn {
		width: 90%;
		color: #000; font-size: 1rem; 
		font-family: 'Noto Sans JP', sans-serif;  
		line-height: 1.5; 
		text-align: justify;
		margin: auto;
		}
.paragraph{
		text-indent: -1rem;
		margin: 1rem;
		}
.whatsnew {
		width: 80%;
		color: #000; font-size: 1rem; 
		font-family: 'Noto Sans JP', sans-serif;  
		line-height: 1.5; 
		text-align: justify;
		margin: 10%;
		}
.date {
		text-align: right;
		}
.borderline {
		margin: 50px;
		text-align: center;
		border: 1px solid gray;
		}
.box7{
		margin: 100px;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 10pt;
}    