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

body{
font-family: vdl-yotag, sans-serif;
font-weight: 500;
font-style: normal;
color: #234a81;
}

a { 
	text-decoration: none;
	color:black;
}
/* header *//* header */

ul {
  list-style: none;
}

.header {
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.5);
	z-index: 8000;
	margin-top: 0px;	
}

.header-nav a {
    display: none;
	position: relative;
	width: 80px;
    padding: 18px 0 5px 0;
	transition: 0.3s;
}


.header .header-nav {
	display: none;
	justify-content: flex-end;
	margin-right: 2vw;
    width: 60vw;
	
}


.header .header-nav li {
    float: left;
    width: 60px;
	margin-right: 3vw;
    text-align: center;
}


/* 一般 */

.iconbox{
	position: fixed;
	top:00px;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
	z-index: 7000;
	height: 70px;
	background-color: #fff;
	
}


.iconparts{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20%;
    height: 40px;
	z-index: 8008;
	padding: 5px 0;
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:0.4em;
	color: #000;
	margin: 0 auto;
	margin-top: 20px;
	
}

/* footer *//* 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;
	margin: 0 auto;
}

.footer_add{
	width: 100%;
	padding: 10px 0 0 0;
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:0.8em;
	color: #192f62;
	text-align: center;
}
.footer_tel{
	display: none;
}

.footer_iconbox{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	
}

.footer_icon{
	width: 62%;
	height: 80px;
	border-radius: 20px;
	padding: 25px;
	color: #fff;
	font-size:0.5em;
	letter-spacing: 0.3em;
	font-weight: 100;
	margin: 10px;
	
}

.copyright{
	font-size:0.5em;
	letter-spacing: 0.2em;
}

.com_tex2{
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
	
}