@font-face
{
	font-family: "FG Medium";
	src: url("FGMediumHankaku.ttf");
}

.container-fluid
{
	overflow:hidden;
}

section
{
	margin-bottom:2rem;
}

#Footer
{
	border-top:solid 1px black;
}

.TopStyle
{
	height:7vw;
	font-size: 5vw;
	vertical-align:middle;
	color: #ffec10;
	font-family: 'FG Medium';
}

.nav-bg
{
	background: #0638cc!important;
}

.NavSize-L,.NavSize-R
{
	width:45%;
}

.NavSize-C
{
	width:10%;
}

.info_table_title
{
	width:30%;
}

.info_table_content
{
	width:70%;
}

.simply-scroll,.simply-scroll .simply-scroll-list li,.simply-scroll .simply-scroll-clip
{
	width:100%!important;
}

.simply-scroll .simply-scroll-list li
{
	height:auto!important;
}

.simply-scroll .simply-scroll-clip
{
	height:600px!important;
}
.simply-scroll .simply-scroll-list li img
{
	width:100%;
	height:auto;
}

.full-box
{
	height:100vh;
	width:100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.MadeDetails li
{
	padding: 1.5vw 0px;
}

.form-style
{
	padding-top: 50px;
}

#MainBanner img{
	height: 600px;
    object-fit: cover;
}

div#info
{
	background: rgba(255, 255, 255, 0.5);
}