@charset "EUC-JP";
#header_0560915 {
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
    width: 100%;
	background: #000099;
	margin-bottom: 10px;
}
#header_v2 .inner {
	background: #000099;
}
#header_v2 #header_0560915 {
	width: 100vw;
    margin: 0 calc(50% - 50vw);
	margin-top: -5px;
	padding: 0 8px;
	box-sizing: border-box;
}
#header_v2 #header_0560915 div:after {
    content: none;
}
#header_0560915 img {
	width: 100%;
	height: auto;
}
#header_0560915 .header_wrap {
	display: flex;
    align-items: center;
	justify-content: space-between;
	min-width: 1280px;
    max-width: 1360px;
	width: 100%;
	padding: 0 40px;
    margin: 0 auto;
	background: #000099;
}
#header_0560915 .header_logo {
	padding: 16px 0;
	margin-right: 24px;
}
#header_0560915 .header_logo h1 {
	max-width: 400px;
}
#header_0560915 .header_logo h1 img {
	width: 193px;
}
#header_0560915 .header_gnav {
	margin-left: auto;
}
#header_0560915 .header_gnav ul {
	display: flex;
	text-align: center;
}
#header_0560915 .header_gnav li a {
	display: block;
    font-size: 14px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 12px;
}
#header_0560915 .icon_list {
	display: flex;
    align-items: center;
    margin-left: 12px;
}
#header_0560915 .iconList_item img {
	width: 28px;
}
#header_0560915 .iconList_item a:hover {
    -webkit-animation: flash 1s;
    animation: flash 1s;
}
@keyframes flash {
	0% {opacity:.6}
	to{opacity:1}
}
#footer_0560915 {
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	background: #000099;
	padding: 0 50px;
	margin: 0 auto;
	box-sizing: border-box;
}
#footer_0560915 .footer_wrap {
	padding: 16px 0;
}
#footer_0560915 .footer_inner,
#footer_0560915 .copyright_wrap {
	max-width: 1270px;
	padding: 16px 0;
    margin: 0 auto;
}
.footer_title {
    position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 8px;
    margin-bottom: 24px;
    overflow: hidden;
}
.footer_title:before,
.footer_title:after {
	content: "";
	bottom: 0;
	left: 0;
	box-sizing: inherit;
    display: block;
    height: 1px;
    position: absolute;
    z-index: 0;
}
.footer_title:before {
    width: 500px;
    z-index: 1;
	background: #fff;
}
.footer_title:after {
    width: 100%;
    background: rgba(199, 199, 199, .5);
}
ul li.footer_item {
    margin: 0;
    position: relative;
}
ul li.footer_item a {
    position: relative;
	border-bottom: 1px solid rgba(199, 199, 199, .5);
    color: inherit;
    display: block;
	color: #fff;
	font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
	padding: 14px 24px 14px 24px;
    transition: padding .25s;
}
ul li.footer_item a::before {
	content: "";
    position: absolute;
    display: block;
    top: 48%;
    left: 6px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(-50%);
}
ul li.footer_item a:hover {
    padding-left: 28px;
    padding-right: 14px;
}
.copyright_wrap p {
	font-size: 12px;
	color: #fff;
    text-align: center;
}