@charset "utf-8";

/* **********************************************************
	header
********************************************************** */
header { background-color: #21388b; position: relative; z-index: 100; }
header dl { display: flex; align-items: center; justify-content: space-between; height: 80px; }
header dl dt { font-size: 0; line-height: 0; margin-left: 25px; width: 158px; }
header dl dt img { width: 100%; }
header dl dd { color: #ffffff; font-size: 1.8rem; margin-right: 35px; }
@media (max-width: 767px) {
header { background-color: #21388b; position: relative; z-index: 100; }
header dl { height: 55px; }
header dl dt { margin-left: 15px; width: 110px; }
header dl dd { font-size: 1.2rem; margin-right: 15px; }
}

/* **********************************************************
	footer
********************************************************** */
footer { background-color: #071c47; padding: 60px 0 70px 0; }
footer dl,
footer p { color: #ffffff; font-size: 1.8rem; text-align: center; }
footer dl dt { font-size: 2.4rem; }
footer dl dd { margin-bottom: 1em; }
footer dl dd a,
footer dl dd a:hover { color: #ffffff; display: inline-block; }
@media (max-width: 767px) {
footer { padding: 40px 0 40px 0; }
footer p { font-size: 1.0rem; }
footer dl dd p { font-size: 1.5rem; }
footer dl dt { font-size: 2.0rem; }
}










