@charset "UTF-8";
img {
		max-width: 100%;
		}
a {
		text-decoration: none;
		}
.boxA{
		display: flex;
		grid-template-columns: 40% 60%;
		height: 80px;
		justify-content: space-between;
		}
.logo1{
		width: 400px;
		margin-top: 5px;
		}
.logo2{
		width: 50px;
		margin: 20px;
		}
.boxB{
			height: 400px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center top;
			background-image: url(images/index/img_suita_bld2.jpg);
			margin-bottom: 20px;
		}
.box2{ 
		display: flex;
			gap: 10px; 
		height: 40px;
		padding: 5px;
		justify-content: right;
		align-content: center;
		}
.button_overview {
		width: 100px;
		margin-right: 10px;
		}
.button_new {
		width: 100px;
		margin-right: 10px;
		}
.button_access{
		width: 100px;
		margin-right: 10px;
		}
.button_eng{
		width: 100px;
		}
.button_jpn{
		width: 100px;
		}
.grid {
		display: grid;
		grid-template-columns: 250px 250px 250px;
		gap: 26px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin-bottom: 50px;
		}
.item {
		width: 250px;
		height: 200px;
		border-width: 0.2px;
		border-style: ;
		border-color: gray;
		}
.boxAA1 {
		margin-top: ;
		margin-bottom: ;
		}
.boxAB1 {
		margin-top: 30px;
		margin-bottom: 0;
		}
.boxAD1 {
		margin-top: 3px;
		}
.boxC {
		display: grid;
		grid-template-columns: 168px 168px;
		gap: 80px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin-bottom: 50px;
	}
.boxD{
		margin: auto;
		}
p {
	text-align: center;
	line-height: 1; 
	position: ;
	top: ;
	left: ;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: ;
	color: #00005f;
	padding: 0;
	margin-left: 0;
	}
.box7{
		margin: 100px;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 10pt;
}    