@charset"utf-8";

/* header */
.header_type03 {
	height: 14vw;
	padding: 0 5.55vw 0 5.55vw;
	border-bottom: 0.14vw solid #d6d4d7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_type03 .logo {width: 34vw;}
.header_tel.freecall a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color:#150f96;
}

.header_tel .head_call {
    /* position: absolute; */
    top: 2vw;
    left: 48vw;
    margin-right: 2px;
    color: #150f96;
    font-size: 17px;
    font-weight: 700;
}
.header_tel span:before {content:''; display:inline-block; width:20px; height:20px; margin-top:-3px;margin-right:5px; vertical-align:middle; background:url(ico_call.png) no-repeat center top; background-size:20px;}
.header_tel.freecall .call {position: absolute;top:2vw;left:48vw;margin-right:2px;color:#150f96;font-size:17px;font-weight:700;}
