@charset "UTF-8";
/* CSS Document */

/*---------------footer------------------*/
@media screen and (min-width: 1081px){
#footer{
	width: 100vw;
	height: auto;
	line-height: 0;
	display: flex;
	justify-content:center;
	align-items: center;
	background: #0083bb;
	padding: 0 0 15px 0;
}
.footer_wrap{
	width: 1050px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 13pt;
	line-height: 1.5em;
	text-decoration: none;
}
	.footer_box{
		width: 100%;
		max-width: 1080px;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer_nav_box{
		width: 100%;
		height: auto;
		margin: 2rem 0 2rem 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.footer_logo{
		width: 380px;
		height: auto;
		margin: 0 0 0 5rem;
	}
	.footer_logo img{
		width: 100%;
		height: auto;
	}
	.footer_nav_text{
		width: calc(25rem - 0rem);
		height: auto;
		padding: 0 0 0 0rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
	}
	.footer_nav_text p{
		font-size: 1.25rem;
		font-weight: bold;
		color: white;
		line-height: 2.5rem;
	}
	.footer_nav_text p:hover{
		text-decoration: underline;
	}
	.copylight{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#footer{
	width: 100vw;
	height: auto;
	line-height: 0;
	display: flex;
	justify-content:center;
	align-items: center;
	background: #0083bb;
	padding: 0 0 15px 0;
}
.footer_wrap{
	width: calc(100% - 0rem);
	height: auto;
	padding: 0 0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 13pt;
	line-height: 1.5em;
	text-decoration: none;
}
	.footer_box{
		width: calc(100% - 4rem);
		height: auto;
		padding: 0 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer_nav_box{
		width: 100%;
		height: auto;
		margin: 2rem 0 2rem 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.footer_logo{
		width: 35vw;
		height: auto;
		margin: 0 5rem 0 0rem;
	}
	.footer_logo img{
		width: 100%;
		height: auto;
	}
	.footer_nav_text{
		width: calc(18rem - 0rem);
		height: auto;
		padding: 0 0 0 0rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
	}
	.footer_nav_text p{
		font-size: 1.25rem;
		font-weight: bold;
		color: white;
		line-height: 2.5rem;
	}
	.footer_nav_text p:hover{
		text-decoration: underline;
	}
	.copylight{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}

@media screen and (max-width: 750px){
#footer{
	width: 100vw;
	height: auto;
	line-height: 0;
	display: flex;
	justify-content:center;
	align-items: center;
	background: #0083bb;
	padding-bottom: calc(15px + 3vw);
	margin-bottom: -3vw;
}
.footer_wrap{
	width: 92vw;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: .8rem;
	line-height: 1.5em;
	text-decoration: none;
}
	.footer_box{
		width: calc(100% - 0rem);
		height: auto;
		padding: 0 0rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer_nav_box{
		width: 100%;
		height: auto;
		margin: 2rem 0 2rem 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.footer_logo{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 1rem 0rem;
	}
	.footer_logo img{
		width: 60vw;
		height: auto;
	}
	.footer_nav_text{
		width: calc(18rem - 0rem);
		height: auto;
		padding: 0 0 0 0rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
	}
	.footer_nav_text p{
		font-size: 3.5vwrem;
		font-weight: bold;
		color: white;
		line-height: 2.5em;
	}
	.footer_nav_text p:hover{
		text-decoration: underline;
	}
	.copylight{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
}

/*---------------company------------------*/
@media screen and (min-width: 1025px){
#company{
	width: 100vw;
	height: calc(1em + 15px);
	padding-top: 15px; 
	transition: height .5s
}
#company.panelactive{
	width: 100vw;
	height: auto;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #98e5ff!important;
	/*transition: height .5s;*/
}
.company_open{
	display: block;
	font-size: 1rem;
}
.company_open.active{
	display: none;
}
.company_close{
	display: none;
}
.company_close.panelactive{
	display: block;
	font-size: 2.5rem;
	margin-bottom: 100px;
	color: black;
}
.company_info{
	display: none;
}
.company_info.panelactive{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 1070px;
	height: auto;
	color: black;
}
.company_content_obj{
	width: 390px;
	height: auto;
	margin: 0 2rem 0 0;
}
	.company_content_obj img{
		width: 100%;
		height: auto;
	}
.company_table{
	width: auto;
	height: auto;
	background: white;
	padding: 2rem;
}

.table_line{
	height: 3.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.table_name{
	width: 100%;
	font-size: 1.5rem;
	font-weight: normal!important;
	text-align: center;
	margin-bottom: 25px;
}
.table_title{
	font-size: 1.25rem;
	font-weight: normal;
	text-align: left;
}
.table_info{
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	padding-left: 3em;
}
}

@media screen and (min-width: 751px) and (max-width: 1024px){
#company{
	width: 100vw;
	height: calc(1em + 15px);
	padding-top: 15px; 
	transition: height .5s
}
#company.panelactive{
	width: 100vw;
	height: auto;
	padding: 8vw 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #98e5ff!important;
	/*transition: height .5s;*/
}
.company_open{
	display: block;
	font-size: 1rem;
}
.company_open.active{
	display: none;
}
.company_close{
	display: none;
}
.company_close.panelactive{
	display: block;
	font-size: 1rem;
	margin-bottom: 8vw;
	color: black;
}
.company_info{
	display: none;
}
.company_info.panelactive{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 92vw;
	height: auto;
	color: black;
}
.company_content_obj{
	width: 40vw;
	height: auto;
	margin: 0 2rem 0 0;
}
	.company_content_obj img{
		width: 100%;
		height: auto;
	}
.company_table{
	width: auto;
	height: auto;
	background: white;
	padding: 2rem;
}

.table_line{
	height: 3.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.table_name{
	width: 100%;
	font-size: 1.5rem;
	font-weight: normal!important;
	text-align: center;
	margin-bottom: 25px;
}
.table_title{
	font-size: 1.25rem;
	font-weight: normal;
	text-align: left;
}
.table_info{
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	padding-left: 3em;
}
}


@media screen and (max-width: 750px){
#company{
	width: 100vw;
	height: auto;
	padding-top: 1rem ;
	transition: height .5s
}
#company.panelactive{
	width: 100vw;
	height: auto;
	padding: 1rem 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #98e5ff!important;
}
.company_open{
	display: block;
	font-size: .8rem;
}
.company_open.active{
	display: none;
}
.company_close{
	display: none;
}
.company_close.panelactive{
	display: block;
	font-size: .8rem;
	margin-bottom: 1rem;
	color: black;
}
.company_info{
	display: none;
}
.company_info.panelactive{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 92vw;
	height: auto;
	padding: 1rem 0;
	color: black;
}
	.company_info.panelactive img{
		width: 92vw;
		height: auto;
		margin: 0 0 1rem 0;
	}
.company_table{
	width: 92vw;
	height: auto;
	background: white;
}

	tbody{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
.table_line{
	width: 23em;
	height: 3.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.table_name{
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5rem;
}
.table_title{
	width: 5em;
	font-size: .8rem;
	font-weight: normal;
	text-align: left;
}
.table_info{
	width: auto;
	font-size: .8rem;
	font-weight: normal;
	text-align: left;
	padding-left: 2em;
}
}