@charset "utf-8";
/* CSS Document */
ul {
  list-style: none;
}
body{
font-family: vdl-yotag, sans-serif;
font-weight: 500;
font-style: normal;
color: #234a81;
}

a { 
	text-decoration: none;
	color:black;
}


/* header */
ul {
	list-style: none;
	min-width: 500px;
	margin-left: 5px;
}

.header01 {
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.5);
	z-index: 2000;
	margin-top: -50px;
		
}



.header-nav a {
    display: inline-block;
	position: relative;
	width: auto;
    padding: 1px 0 1px 0;
	transition: 0.3s;
}



.header01 .header-nav {
	display: flex;
	justify-content: flex-start;
    width: 100vw;
	height: 90px;
}


.header01 .header-nav li {
    float: left;
    width: 142px;
    text-align: center;
	margin-right: 4vw;
}




/*一般*/
.parent-container{
	margin-bottom: 1px;
	padding-bottom: 0px;
    text-align: center;
	color: #FFF;
}

.iconbox{
	display: none;
	
}
.line{
	margin-top: 30px;
	z-index: 12000;
}

.text01{
	width: 140px;
	height: 30px;
	border-radius: 15px;
	padding: 10px;
	transition: opacity 1s ease-out;
}

.text01:hover{
	background-color:#A9E1F7;
	opacity: .5;
	transition: opacity 1s ease-out;
}

/* footer */
.site-footer{
	
    background: #fff;
    padding: 0px 0 20px 0;
}

.footerbox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background:#234a81;
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:0.7em;
	color: #fff;
	width: 100%;
	height: 40px;
	padding: 10px;
}
.copyright{
    text-align: center;
	letter-spacing: 0.3em;
	text-decoration: none;
	float: right;
	margin-right: 35px;
}

.footer_addposi{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width:100%;
	
}

.footer_add{
	width: 260px;
	padding: 10px 0 0 0;
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:0.8em;
	color: #000;
	text-align: left;
	margin-left: 72vw;
}
.footer_tel{
	width: 260px;
	padding: 0 0 10px 0;
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:0.8em;
	color: #000;
	text-align: left;
	margin-left: 72vw;
}
.footer_iconbox{
	display: none;
	flex-direction: row;
}

.footer_icon{
	width: 50%;
	height: 80px;
	border-top: solid 1px #192f62;
	border-bottom: solid 1px #192f62;
	background-color: #192f62;
	text-align: center;
	padding: 25px;
	color: #fff;
	font-size:0.7em;
	letter-spacing: 0.3em;
	font-weight: 100;
	
}