body{
    margin: 0 !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.header{

    background-color: #AFDFE4;
    width: 100%;
    height: 130px;
    position: fixed; /* ヘッダーを固定 */
    top: 1.3px;
    z-index: 30;
}
.logo{
    text-align: right;
    width: 200px;
    height: 80px;
    position: relative;
    top: 20px;
    left: 20px;
}
.inquiry{
    text-decoration: none;
    position: relative;
    top: 25px;
    left: 20px;
    color: black ;
}